AUTOMATIC преди 2 години
родител
ревизия
f5ea1e9d92
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      CHANGELOG.md
  2. 1 1
      launch.py

+ 1 - 1
CHANGELOG.md

@@ -14,6 +14,7 @@
 
 
 ### Minor:
 ### Minor:
  * gradio bumped to 3.29.0
  * gradio bumped to 3.29.0
+ * torch bumped to 2.0.1
  * --subpath option for gradio for use with reverse proxy
  * --subpath option for gradio for use with reverse proxy
  * linux/OSX: use existing virtualenv if already active (the VIRTUAL_ENV environment variable)
  * linux/OSX: use existing virtualenv if already active (the VIRTUAL_ENV environment variable)
  * possible frontend optimization: do not apply localizations if there are none
  * possible frontend optimization: do not apply localizations if there are none
@@ -23,7 +24,6 @@
  * allow directories starting with . to still list their models for lora, checkpoints, etc
  * allow directories starting with . to still list their models for lora, checkpoints, etc
  * put infotext options into their own category in settings tab
  * put infotext options into their own category in settings tab
  * do not show licenses page when user selects Show all pages in settings
  * do not show licenses page when user selects Show all pages in settings
- * 
 
 
 ### Extensions:
 ### Extensions:
  * Tooltip localization support
  * Tooltip localization support

+ 1 - 1
launch.py

@@ -237,7 +237,7 @@ def run_extensions_installers(settings_file):
 
 
 
 
 def prepare_environment():
 def prepare_environment():
-    torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==2.0.0 torchvision==0.15.1 --extra-index-url https://download.pytorch.org/whl/cu118")
+    torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118")
     requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
     requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
 
 
     xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.17')
     xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.17')