Update INSTRUCTIONS.TXT

This commit is contained in:
oobabooga 2023-04-24 16:50:03 -03:00 committed by GitHub
parent a4f6724b88
commit d66059d95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 Edit the "webui.py" script using a text editor and add the desired flags
to the line that says 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 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 # Running an interactive shell