Commit 2c1bb46c authored by AUTOMATIC's avatar AUTOMATIC

amend the error in previous commit

parent 19de2a62
......@@ -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")
......
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