Skip to content

Commit 2c1bb46

Browse files
committed
amend the error in previous commit
1 parent 19de2a6 commit 2c1bb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def prepare_environment():
290290
if not is_installed("xformers"):
291291
exit(0)
292292
elif platform.system() == "Linux":
293-
run_pip(f"install xformers=={xformers_package}", "xformers")
293+
run_pip(f"install {xformers_package}", "xformers")
294294

295295
if not is_installed("pyngrok") and ngrok:
296296
run_pip("install pyngrok", "ngrok")

0 commit comments

Comments
 (0)