-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ Ilyes Batatia, Gregor Simm, and David Kovacs. | |
|
||
Requirements: | ||
* Python >= 3.7 | ||
* [PyTorch](https://pytorch.org/) >= 1.8 | ||
* [PyTorch](https://pytorch.org/) >= 1.12 | ||
|
||
(for openMM, use Python = 3.9) | ||
|
||
### conda installation | ||
|
||
|
@@ -36,8 +38,8 @@ To install via `pip`, follow the steps below: | |
python -m venv mace-venv | ||
source mace-venv/bin/activate | ||
|
||
# Install PyTorch (for example, for CUDA 10.2 [cu102]) | ||
pip install torch==1.8.2 --extra-index-url "https://download.pytorch.org/whl/lts/1.8/cu102" | ||
# Install PyTorch (for example, for CUDA 11.6 [cu116]) | ||
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 | ||
|
||
# Clone and install MACE (and all required packages) | ||
git clone [email protected]:ACEsuit/mace.git | ||
|