Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Jan 8, 2024
1 parent 34f17b4 commit 5d8f10b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,15 @@ We recommend using [Mamba](https://github.com/conda-forge/miniforge/#mambaforge)
mamba activate torchmd-net
```

4. Install TorchMD-NET into the environment:
4. CUDA enabled installation
You can skip this section if you only need a CPU installation.

```shell
mamba install cuda-nvcc cuda-libraries-dev cuda-version "gxx<12" pytorch=*=*cuda*
```
gxx<12 is required due to a [bug in GCC+CUDA12](https://github.com/pybind/pybind11/issues/4606) that prevents pybind11 from compiling correctly.

5. Install TorchMD-NET into the environment:
```shell
pip install -e .
```
Expand Down

0 comments on commit 5d8f10b

Please sign in to comment.