Don't use the official instructions
This commit is contained in:
parent
91371640f9
commit
9ed3a03d4b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ set gpuchoice=!gpuchoice:a=A!
|
|||
set gpuchoice=!gpuchoice:b=B!
|
||||
|
||||
if "%gpuchoice%" == "A" (
|
||||
set "PACKAGES_TO_INSTALL=pytorch torchvision torchaudio pytorch-cuda=11.7 conda git"
|
||||
set "PACKAGES_TO_INSTALL=torchvision=0.14.1 torchaudio=0.13.1 pytorch-cuda=11.7 conda git"
|
||||
set "CHANNEL=-c nvidia"
|
||||
) else if "%gpuchoice%" == "B" (
|
||||
set "PACKAGES_TO_INSTALL=pytorch torchvision torchaudio cpuonly conda git"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue