From 248ef323588cfc4757be22c5dcc5292929a60bd2 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:38:48 -0300 Subject: [PATCH] Print a big message for CPU users --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index bd9f9859..90dfa1e4 100644 --- a/webui.py +++ b/webui.py @@ -79,7 +79,7 @@ def install_dependencies(): 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") + 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 if gpuchoice == "a":