Skip to content

Commit

Permalink
Add -c conda-forge installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry authored Dec 13, 2024
1 parent 4c182f2 commit 7b44cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ More information on conda environments can be found [here](https://conda.io/docs

To install the precompiled Topaz package and its dependencies, including pytorch:
```
conda install topaz -c tbepler -c pytorch
conda install topaz -c tbepler -c pytorch -c conda-forge
```
This installs pytorch from the official channel. To install pytorch for specific cuda versions, you will need to add the 'cudatoolkit=X.X' package. E.g. to install pytorch for CUDA 9.0:
```
conda install cudatoolkit=9.0 -c pytorch
```
or combined into a single command:
```
conda install topaz cudatoolkit=9.0 -c tbepler -c pytorch
conda install topaz cudatoolkit=9.0 -c tbepler -c pytorch -c conda-forge
```
See [here](https://pytorch.org/get-started/locally/) for additional pytorch installation instructions.

Expand Down

0 comments on commit 7b44cf2

Please sign in to comment.