Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tbepler/topaz
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry committed Jan 14, 2025
2 parents e35a787 + 1ca87c4 commit d09ca6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ To install the precompiled Topaz package and its dependencies, including pytorch
```
conda install topaz fsspec -c tbepler -c pytorch
```
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:
This installs pytorch from the official channel. To install pytorch for specific cuda versions, you will need to add the 'pytorch-cuda=X.X' package. E.g. to install for CUDA 11.8:
```
conda install cudatoolkit=9.0 -c pytorch
conda install pytorch-cuda=11.8 -c pytorch -c nvidia
```
or combined into a single command:
```
conda install topaz fsspec cudatoolkit=9.0 -c tbepler -c pytorch
conda install topaz fsspec pytorch-cuda=11.8 -c tbepler -c pytorch -c nvidia
```
See [here](https://pytorch.org/get-started/locally/) for additional pytorch installation instructions.

Expand Down

0 comments on commit d09ca6a

Please sign in to comment.