Skip to content

Commit

Permalink
Set Linux xformers 0.0.16RC425
Browse files Browse the repository at this point in the history
  • Loading branch information
acncagua committed Jan 24, 2023
1 parent 5c1cb92 commit 078e16e
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 @@ -245,7 +245,7 @@ def prepare_environment():
if not is_installed("xformers"):
exit(0)
elif platform.system() == "Linux":
run_pip("install xformers", "xformers")
run_pip("install xformers==0.0.16rc425", "xformers")

if not is_installed("pyngrok") and ngrok:
run_pip("install pyngrok", "ngrok")
Expand Down

0 comments on commit 078e16e

Please sign in to comment.