File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
### Minor:
16
16
* gradio bumped to 3.29.0
17
+ * torch bumped to 2.0.1
17
18
* --subpath option for gradio for use with reverse proxy
18
19
* linux/OSX: use existing virtualenv if already active (the VIRTUAL_ENV environment variable)
19
20
* possible frontend optimization: do not apply localizations if there are none
23
24
* allow directories starting with . to still list their models for lora, checkpoints, etc
24
25
* put infotext options into their own category in settings tab
25
26
* do not show licenses page when user selects Show all pages in settings
26
- *
27
27
28
28
### Extensions:
29
29
* Tooltip localization support
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ def run_extensions_installers(settings_file):
237
237
238
238
239
239
def prepare_environment ():
240
- 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" )
240
+ 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" )
241
241
requirements_file = os .environ .get ('REQS_FILE' , "requirements_versions.txt" )
242
242
243
243
xformers_package = os .environ .get ('XFORMERS_PACKAGE' , 'xformers==0.0.17' )
You can’t perform that action at this time.
0 commit comments