Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bglocker authored Dec 23, 2021
1 parent 541281c commit b1b32c8
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 @@ -22,10 +22,10 @@ Create and activate a Python 3 conda environment:
conda activate chexploration
```

Install PyTorch using conda:
Install PyTorch using conda (for CUDA Toolkit 11.3):

```shell
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
conda install pytorch torchvision cudatoolkit=11.3 -c pytorch
```

### Setup Python environment using virtualenv
Expand Down

0 comments on commit b1b32c8

Please sign in to comment.