mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-02-10 02:23:34 +01:00
Print a big message for CPU users
This commit is contained in:
parent
290a3374e4
commit
248ef32358
2
webui.py
2
webui.py
@ -79,7 +79,7 @@ def install_dependencies():
|
|||||||
gpuchoice = input("Input> ").lower()
|
gpuchoice = input("Input> ").lower()
|
||||||
|
|
||||||
if gpuchoice == "d":
|
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")
|
print_big_message("Once the installation ends, make sure to open webui.py with a text editor\nand add the --cpu flag to CMD_FLAGS.")
|
||||||
|
|
||||||
# Install the version of PyTorch needed
|
# Install the version of PyTorch needed
|
||||||
if gpuchoice == "a":
|
if gpuchoice == "a":
|
||||||
|
Loading…
Reference in New Issue
Block a user