From d66059d95a5dd43ced706476671843a057984ce8 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:50:03 -0300 Subject: [PATCH] Update INSTRUCTIONS.TXT --- INSTRUCTIONS.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTRUCTIONS.TXT b/INSTRUCTIONS.TXT index 504b1473..0eda45e4 100644 --- a/INSTRUCTIONS.TXT +++ b/INSTRUCTIONS.TXT @@ -17,11 +17,11 @@ folder if GPTQ-for-LLaMa needs to be updated. Edit the "webui.py" script using a text editor and add the desired flags to the line that says -run_cmd("python server.py --auto-devices --chat --model-menu") +run_cmd("python server.py --chat --model-menu") For instance, to add the --notebook flag, change it to -run_cmd("python server.py --auto-devices --notebook --model-menu") +run_cmd("python server.py --notebook --model-menu") # Running an interactive shell