"git@developer.sourcefind.cn:OpenDAS/lmdeploy.git" did not exist on "3253240a8ac3840e001017b5a7b9c5fda371f575"
Commit e6a3e044 authored by Richard Xue's avatar Richard Xue Committed by Gao, Xiang
Browse files

pytorch-nightly install (#99)

parent 8203102c
...@@ -8,9 +8,15 @@ TorchANI is a pytorch implementation of ANI. It is currently under alpha release ...@@ -8,9 +8,15 @@ TorchANI is a pytorch implementation of ANI. It is currently under alpha release
TorchANI requires the master branch of PyTorch, which means: TorchANI requires the master branch of PyTorch, which means:
* The pytorch installed by `pip install` or `conda install` would not work. You need to install the latest preview version of pytorch\
* You need to compile install the latest pytorch, see [official instructions](https://github.com/pytorch/pytorch#from-source). For install
* Some update to TorchANI might require the user to recompile install the latest PyTorch. Before submitting a bug report, make sure you are running the latest PyTorch. ```bash
conda install pytorch-nightly -c pytorch
```
For update
```bash
conda update pytorch-nightly
```
After installing the correct PyTorch, all you need is clone the repository and do: After installing the correct PyTorch, all you need is clone the repository and do:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment