Remove --auto-devices
This commit is contained in:
parent
dfbb18610f
commit
9a8487097b
1 changed files with 1 additions and 1 deletions
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 --auto-devices --chat --model-menu")
|
run_cmd("python server.py --chat --model-menu")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue