diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-24 09:38:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 09:38:10 +0300 |
commit | 393e09c1c3217ad58a39c125fe2f46723a2fc11b (patch) | |
tree | 5720d12afc98c045183c8c55651a4dcdba39abf5 /launch.py | |
parent | 5c1cb9263f980641007088a37360fcab01761d37 (diff) | |
parent | 078e16e4d33ccbd40ff3ecfbb57ffd33a2a16c47 (diff) |
Merge pull request #7148 from acncagua/improvement_launch.py
Set Linux xformers 0.0.16RC425
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ def prepare_environment(): if not is_installed("xformers"):
exit(0)
elif platform.system() == "Linux":
- run_pip("install xformers", "xformers")
+ run_pip("install xformers==0.0.16rc425", "xformers")
if not is_installed("pyngrok") and ngrok:
run_pip("install pyngrok", "ngrok")
|