Skip to content

Commit

Permalink
amend the error in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Jan 30, 2023
1 parent 19de2a6 commit 2c1bb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2c1bb46

Please sign in to comment.