Skip to content

Commit 02020f7

Browse files
authored
Update installation link
1 parent 3ef60ff commit 02020f7

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
@@ -28,7 +28,7 @@ GaNDLF's primary computational foundation is built on PyTorch, and as such it su
2828
(base) $> conda create -n venv_gandlf python=3.9 -y
2929
(base) $> conda activate venv_gandlf
3030
(venv_gandlf) $> ### subsequent commands go here
31-
### PyTorch installation - https://pytorch.org/get-started/previous-versions/#v1131
31+
### PyTorch installation - https://pytorch.org/get-started/previous-versions/#v210
3232
## CUDA 11.6
3333
# (venv_gandlf) $> pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
3434
## ROCm

0 commit comments

Comments
 (0)