xformers==0.0.20

I'm not sure if it's correct way of handling things, but correcting this string to '==0.0.20' fixes xformers install for me - and maybe for others too. 

Please see this thread, this is the issue I had (trying to install InvokeAI):
https://github.com/facebookresearch/xformers/issues/740
This commit is contained in:
Drun555 2023-10-14 14:59:55 +04:00 committed by GitHub
parent 75663ec81e
commit 9db152bf75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ dependencies = [
"pytest-datadir",
]
"xformers" = [
"xformers~=0.0.19; sys_platform!='darwin'",
"xformers==0.0.20; sys_platform!='darwin'",
"triton; sys_platform=='linux'",
]
"onnx" = [