mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-11 21:10:40 +01:00
Add files via upload
This commit is contained in:
parent
a5f7d98cf3
commit
1ba0082410
30
INSTRUCTIONS.TXT
Normal file
30
INSTRUCTIONS.TXT
Normal file
@ -0,0 +1,30 @@
|
||||
Thank you for downloading oobabooga/text-generation-webui.
|
||||
|
||||
# Installation
|
||||
|
||||
Simply run the "start" script.
|
||||
|
||||
# Updating
|
||||
|
||||
Run the "update" script. This will only install the updates, so it should
|
||||
be much faster than the initial installation.
|
||||
|
||||
May need to delete the 'text-generation-webui\repositories\GPTQ-for-LLaMa'
|
||||
folder if GPTQ-for-LLaMa needs to be updated.
|
||||
|
||||
# Adding flags like --chat, --notebook, etc
|
||||
|
||||
Edit the "start" 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")
|
||||
|
||||
For instance, to add the --notebook flag, change it to
|
||||
|
||||
run_cmd("python server.py --auto-devices --notebook --model-menu")
|
||||
|
||||
# Running an interactive shell
|
||||
|
||||
In order to run an interactive shell in the miniconda environment, run
|
||||
the "cmd" script. This is useful for installing additional requirements
|
||||
manually.
|
Loading…
x
Reference in New Issue
Block a user