Don't install xformers, it downgrades the torch version. Still need to fix this

This commit is contained in:
cmdr2 2023-04-20 17:07:10 +05:30
parent cde57109e4
commit 76e379d7e1

View File

@ -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",
}