make linux launch.py use XFORMERS_PACKAGE var too; thanks, acncagua
This commit is contained in:
parent
ee9fdf7f62
commit
19de2a626b
|
@ -290,7 +290,7 @@ def prepare_environment():
|
|||
if not is_installed("xformers"):
|
||||
exit(0)
|
||||
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:
|
||||
run_pip("install pyngrok", "ngrok")
|
||||
|
|
Loading…
Reference in New Issue
Block a user