Skip to content

Commit 16811ae

Browse files
authored
Update setup.md
1 parent 5d7df83 commit 16811ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
conda create -n venv_gandlf python=3.6 -y
1212
conda activate venv_gandlf
1313
conda install -c conda-forge mamba # allows for faster dependency solving
14-
conda install -c pytorch pytorch torchvision -y # 1.8.0 installs cuda 10.2 by default, personalize based on your cuda/driver availability via https://pytorch.org/get-started/locally/
14+
mamba install -c pytorch pytorch torchvision -y # 1.8.0 installs cuda 10.2 by default, personalize based on your cuda/driver availability via https://pytorch.org/get-started/locally/
1515
mamba install -c conda-forge gandlf -y
1616
```
1717

0 commit comments

Comments
 (0)