diff options
author | Vladimir Mandic <mandic00@live.com> | 2023-04-13 06:47:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 06:47:48 -0400 |
commit | 7fb72edaffd3d4f2336d2478a424fc455f2376a6 (patch) | |
tree | 73aa68c8f224d4bc6ab21f687a4747966903fb5b /launch.py | |
parent | 80752f43b22acd85bf6ab54b2e4788f144a0c813 (diff) |
change index url
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ def run_extensions_installers(settings_file): def prepare_environment():
global skip_install
- torch_command = os.environ.get('TORCH_COMMAND', "pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu118")
+ torch_command = os.environ.get('TORCH_COMMAND', "pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118")
requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.17')
|