Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
1455cb37
Commit
1455cb37
authored
Aug 20, 2019
by
Richard Xue
Committed by
Gao, Xiang
Aug 20, 2019
Browse files
Update README.md installation (#294)
parent
5bc96518
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
1455cb37
...
...
@@ -26,14 +26,14 @@ TorchANI is a pytorch implementation of ANI. It is currently under alpha release
TorchANI requires the latest preview version of PyTorch. You can install PyTorch by the following commands (assuming cuda10):
```
bash
pip
install
numpy
torchvision_nightly
pip
install
torch
_nightly
-f
https://download.pytorch.org/whl/nightly/cu100/torch
_nightly
.html
pip
install
numpy
pip
install
torch
-f
https://download.pytorch.org/whl/nightly/cu100/torch.html
```
If you updated TorchANI, you may also need to update PyTorch:
```
bash
pip
install
--upgrade
torch
_nightly
-f
https://download.pytorch.org/whl/nightly/cu100/torch
_nightly
.html
pip
install
--upgrade
torch
-f
https://download.pytorch.org/whl/nightly/cu100/torch.html
```
After installing the correct PyTorch, you can install TorchANI by:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment