From 078e16e4d33ccbd40ff3ecfbb57ffd33a2a16c47 Mon Sep 17 00:00:00 2001 From: acncagua Date: Tue, 24 Jan 2023 12:21:07 +0900 Subject: [PATCH] Set Linux xformers 0.0.16RC425 --- launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.py b/launch.py index e7a0b50cc..82094fa00 100644 --- a/launch.py +++ b/launch.py @@ -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")