mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add instructions for CPU mode users
This commit is contained in:
parent
996c49daa7
commit
c8ce2e777b
3
webui.py
3
webui.py
@ -58,6 +58,9 @@ def install_dependencies():
|
|||||||
print()
|
print()
|
||||||
gpuchoice = input("Input> ").lower()
|
gpuchoice = input("Input> ").lower()
|
||||||
|
|
||||||
|
if gpuchoice == "d":
|
||||||
|
print("\nOnce the installation ends, make sure to open webui.py with a text editor and add the --cpu flag to CMD_FLAGS.\n")
|
||||||
|
|
||||||
# Install the version of PyTorch needed
|
# Install the version of PyTorch needed
|
||||||
if gpuchoice == "a":
|
if gpuchoice == "a":
|
||||||
run_cmd("conda install -y -k pytorch[version=2,build=py3.10_cuda11.7*] torchvision torchaudio pytorch-cuda=11.7 cuda-toolkit ninja git -c pytorch -c nvidia/label/cuda-11.7.0 -c nvidia", assert_success=True, environment=True)
|
run_cmd("conda install -y -k pytorch[version=2,build=py3.10_cuda11.7*] torchvision torchaudio pytorch-cuda=11.7 cuda-toolkit ninja git -c pytorch -c nvidia/label/cuda-11.7.0 -c nvidia", assert_success=True, environment=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user