mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 17:50:22 +01:00
Remove obsolete comment
This commit is contained in:
parent
4ab5deeea0
commit
3e19733d35
2
webui.py
2
webui.py
@ -167,7 +167,7 @@ def download_model():
|
|||||||
|
|
||||||
def run_model():
|
def run_model():
|
||||||
os.chdir("text-generation-webui")
|
os.chdir("text-generation-webui")
|
||||||
run_cmd(f"python server.py {CMD_FLAGS}", environment=True) # put your flags here!
|
run_cmd(f"python server.py {CMD_FLAGS}", environment=True)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user