Update INSTRUCTIONS.TXT
This commit is contained in:
parent
a4f6724b88
commit
d66059d95a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue