Skip to content

Commit 398a3b8

Browse files
authored
previous-versions soumith->pytorch
1 parent 67f0368 commit 398a3b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

previous-versions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ replace "0.1.12" in the following commands with the desired version
1919

2020
Installing with CUDA 8
2121

22-
`conda install pytorch=0.1.12 cuda80 -c soumith`
22+
`conda install pytorch=0.1.12 cuda80 -c pytorch`
2323

2424
Installing with CUDA 7.5
2525

26-
`conda install pytorch=0.1.12 cuda75 -c soumith`
26+
`conda install pytorch=0.1.12 cuda75 -c pytorch`
2727

2828
Installing without CUDA
2929

30-
`conda install pytorch=0.1.12 -c soumith`
30+
`conda install pytorch=0.1.12 -c pytorch`
3131

3232
### From source
3333

0 commit comments

Comments
 (0)