Commit 19de2a62 authored by AUTOMATIC's avatar AUTOMATIC

make linux launch.py use XFORMERS_PACKAGE var too; thanks, acncagua

parent ee9fdf7f
...@@ -290,7 +290,7 @@ def prepare_environment(): ...@@ -290,7 +290,7 @@ def prepare_environment():
if not is_installed("xformers"): if not is_installed("xformers"):
exit(0) exit(0)
elif platform.system() == "Linux": elif platform.system() == "Linux":
run_pip("install xformers==0.0.16rc425", "xformers") run_pip(f"install xformers=={xformers_package}", "xformers")
if not is_installed("pyngrok") and ngrok: if not is_installed("pyngrok") and ngrok:
run_pip("install pyngrok", "ngrok") run_pip("install pyngrok", "ngrok")
......
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