From 07510a24149cbd6fd33df0c4a440d60b9783a18e Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 18 May 2023 10:58:37 -0300 Subject: [PATCH] Change a message --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index d268d0cc..ddd95e0c 100644 --- a/webui.py +++ b/webui.py @@ -151,7 +151,7 @@ def update_dependencies(): # Attempt installation via alternative, Windows-specific method if sys.platform.startswith("win"): print("\n\n*******************************************************************") - print("* WARNING: GPTQ-for-LLaMa compilation failed, but this FINE and can be ignored!") + print("* WARNING: GPTQ-for-LLaMa compilation failed, but this is FINE and can be ignored!") print("* The installer will proceed to install a pre-compiled wheel.") print("*******************************************************************\n\n")