mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-23 08:28:21 +01:00
Update INSTRUCTIONS.TXT
This commit is contained in:
parent
a4f6724b88
commit
d66059d95a
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user