mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 17:50:22 +01:00
Add a comment
This commit is contained in:
parent
9a8487097b
commit
a4f6724b88
2
webui.py
2
webui.py
@ -143,7 +143,7 @@ def download_model():
|
|||||||
|
|
||||||
def run_model():
|
def run_model():
|
||||||
os.chdir("text-generation-webui")
|
os.chdir("text-generation-webui")
|
||||||
run_cmd("python server.py --chat --model-menu")
|
run_cmd("python server.py --chat --model-menu") # put your flags here!
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user