amend the error in previous commit

This commit is contained in:
AUTOMATIC 2023-01-30 18:48:10 +03:00
parent 19de2a626b
commit 2c1bb46c7a

View File

@ -290,7 +290,7 @@ def prepare_environment():
if not is_installed("xformers"):
exit(0)
elif platform.system() == "Linux":
run_pip(f"install xformers=={xformers_package}", "xformers")
run_pip(f"install {xformers_package}", "xformers")
if not is_installed("pyngrok") and ngrok:
run_pip("install pyngrok", "ngrok")