aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/launch.py b/launch.py
index 846c4c20..68e08114 100644
--- a/launch.py
+++ b/launch.py
@@ -280,9 +280,6 @@ def prepare_environment():
elif platform.system() == "Linux":
run_pip(f"install {xformers_package}", "xformers")
- if not is_installed("tomesd") and args.token_merging:
- run_pip(f"install tomesd")
-
if not is_installed("pyngrok") and args.ngrok:
run_pip("install pyngrok", "ngrok")