Unverified Commit 7cf6823a authored by Jinze Xue's avatar Jinze Xue Committed by GitHub
Browse files

Update README.md (#563)

parent 9e79c5d1
...@@ -10,10 +10,11 @@ cd torchani ...@@ -10,10 +10,11 @@ cd torchani
# install by # install by
python setup.py install --cuaev python setup.py install --cuaev
# or for development # or for development
pip install -e . --global-option="--cuaev" # `pip install -e . && ` is only needed for the very first install (because issue of https://github.com/pypa/pip/issues/1883)
pip install -e . && pip install -e . --global-option="--cuaev"
``` ```
Notes for install on Hipergator <del>Notes for install on Hipergator</del> (Currently not working because Pytorch dropped the official build for cuda/10.0)
```bash ```bash
srun -p gpu --gpus=geforce:1 --time=01:00:00 --mem=10gb --pty -u bash -i # compile may fail because of low on memery (when memery is less than 5gb) srun -p gpu --gpus=geforce:1 --time=01:00:00 --mem=10gb --pty -u bash -i # compile may fail because of low on memery (when memery is less than 5gb)
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch # make sure it's cudatoolkit=10.0 conda install pytorch torchvision cudatoolkit=10.0 -c pytorch # make sure it's cudatoolkit=10.0
......
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