Skip to content

Commit

Permalink
Upgrade lib versions (d2l-ai#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang authored Mar 9, 2022
1 parent f4daced commit 5cdca3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ pip install mxnet==1.7.0.post1
你可以按如下方式安装PyTorch的CPU或GPU版本:

```bash
pip install torch==1.8.1
pip install torchvision==0.9.1
pip install torch==1.10.2
pip install torchvision==0.11.3
```


Expand All @@ -99,8 +99,8 @@ pip install torchvision==0.9.1
你可以按如下方式安装TensorFlow的CPU或GPU版本:

```bash
pip install tensorflow==2.3.1
pip install tensorflow-probability==0.11.1
pip install tensorflow==2.8.0
pip install tensorflow-probability==0.16.0
```


Expand All @@ -109,7 +109,7 @@ pip install tensorflow-probability==0.11.1
我们的下一步是安装`d2l`包,以方便调取本书中经常使用的函数和类:

```bash
pip install d2l==0.17.3
pip install d2l==0.17.4
```


Expand Down

0 comments on commit 5cdca3a

Please sign in to comment.