Remove obsolete comment

This commit is contained in:
oobabooga 2023-05-10 18:01:04 -03:00 committed by GitHub
parent 4ab5deeea0
commit 3e19733d35
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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__":