Skip to content

Commit b0e476c

Browse files
authored
fix pip install archive url (#1355)
target cuda version was wrong
1 parent f5bdb8a commit b0e476c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_get_started/previous-versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ pip install torch==1.10.1+rocm4.1 torchvision==0.11.2+rocm4.1 torchaudio==0.10.1
292292
pip install torch==1.10.1+rocm4.0.1 torchvision==0.10.2+rocm4.0.1 torchaudio==0.10.1 -f https://download.pytorch.org/whl/torch_stable.html
293293
294294
# CUDA 11.1
295-
pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu113/torch_stable.html
295+
pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html
296296
297297
# CUDA 10.2
298298
pip install torch==1.10.1+cu102 torchvision==0.11.2+cu102 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu102/torch_stable.html

0 commit comments

Comments
 (0)