mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-31 22:50:15 +01:00
Specifically target cuda 11.7 ver. of torch 2.0.0
Move conda-forge channel to global list of channels Hopefully prevents missing or incorrect packages
This commit is contained in:
parent
5aaf771c7d
commit
1e656bef25
@ -17,8 +17,8 @@ set /p "gpuchoice=Input> "
|
|||||||
set gpuchoice=%gpuchoice:~0,1%
|
set gpuchoice=%gpuchoice:~0,1%
|
||||||
|
|
||||||
if /I "%gpuchoice%" == "A" (
|
if /I "%gpuchoice%" == "A" (
|
||||||
set "PACKAGES_TO_INSTALL=python=3.10.9 torchvision torchaudio pytorch-cuda=11.7 cuda-toolkit conda-forge::ninja conda-forge::git"
|
set "PACKAGES_TO_INSTALL=python=3.10.9 pytorch[version=2,build=py3.10_cuda11.7*] torchvision torchaudio pytorch-cuda=11.7 cuda-toolkit ninja git"
|
||||||
set "CHANNEL=-c pytorch -c nvidia/label/cuda-11.7.0 -c nvidia"
|
set "CHANNEL=-c pytorch -c nvidia/label/cuda-11.7.0 -c nvidia -c conda-forge"
|
||||||
) else if /I "%gpuchoice%" == "B" (
|
) else if /I "%gpuchoice%" == "B" (
|
||||||
set "PACKAGES_TO_INSTALL=pytorch torchvision torchaudio cpuonly git"
|
set "PACKAGES_TO_INSTALL=pytorch torchvision torchaudio cpuonly git"
|
||||||
set "CHANNEL=-c conda-forge -c pytorch"
|
set "CHANNEL=-c conda-forge -c pytorch"
|
||||||
|
Loading…
Reference in New Issue
Block a user