Skip to content

Commit

Permalink
install torch rome pypi.org (d2l-ai#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaotinghe authored Mar 17, 2021
1 parent 174ba7f commit 5419b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pip install mxnet==1.7.0.post1
:begin_tab:`pytorch`

```bash
pip install torch torchvision -f https://download.pytorch.org/whl/torch_stable.html
pip install torch torchvision
```
:end_tab:

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'jupyter',
'numpy',
'matplotlib',
'requests',
'pandas'
]

Expand Down

0 comments on commit 5419b6a

Please sign in to comment.