Where to write flags #1342
-
Hey guys, sorry if I missed something. Where do I add my flags. Instructions say in the "start" script at run_cmd(..) can't find that. Happy for any hint :) (Edit forgot to mention: Just deleted the old version and downloaded the autoinstaller.zip) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
If you are useing the auto launcher right click on start-webui.bat and click open with notepad. one it is open you can place your flags affter where it says call python server.py. If you are manual lanching it just type the flags like this "python server.py --gpu-memory 6 --chat --model-menu --auto-devices --cpu-memory 15GB" |
Beta Was this translation helpful? Give feedback.
-
Hello. You edit webui.py now. |
Beta Was this translation helpful? Give feedback.
-
I'm also trying to find out the correct file to edit after the "webui.py" was removed. Did you managed to figure out how to solve this? |
Beta Was this translation helpful? Give feedback.
Hello. You edit webui.py now.
find the following line:
run_cmd("python server.py --auto-devices --chat --model-menu")