From 76e379d7e17a98ad1e3730a68e91202c37d6fcdc Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 20 Apr 2023 17:07:10 +0530 Subject: [PATCH] Don't install xformers, it downgrades the torch version. Still need to fix this --- scripts/check_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 80d198e2..83208b28 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -23,7 +23,7 @@ modules_to_check = { "rich": "12.6.0", "uvicorn": "0.19.0", "fastapi": "0.85.1", - "xformers": "0.0.16", + # "xformers": "0.0.16", }