Add a comment

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

View File

@ -143,7 +143,7 @@ def download_model():
def run_model():
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__":