Unverified Commit b7ef9963 authored by Hsiang-Cheng Yang's avatar Hsiang-Cheng Yang Committed by GitHub

Update launch.py

fix a typo
parent ce049c47
...@@ -157,7 +157,7 @@ def run_extensions_installers(settings_file): ...@@ -157,7 +157,7 @@ def run_extensions_installers(settings_file):
run_extension_installer(os.path.join(dir_extensions, dirname_extension)) run_extension_installer(os.path.join(dir_extensions, dirname_extension))
def prepare_enviroment(): def prepare_environment():
torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113") torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113")
requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt") requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
commandline_args = os.environ.get('COMMANDLINE_ARGS', "") commandline_args = os.environ.get('COMMANDLINE_ARGS', "")
...@@ -290,5 +290,5 @@ def start(): ...@@ -290,5 +290,5 @@ def start():
if __name__ == "__main__": if __name__ == "__main__":
prepare_enviroment() prepare_environment()
start() start()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment