Remove obsolete comment

This commit is contained in:
oobabooga 2023-05-10 18:01:04 -03:00 committed by GitHub
parent 4ab5deeea0
commit 3e19733d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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