Update xformers to 0.0.21

This commit is contained in:
Millun Atluri 2023-11-07 10:16:44 +11:00 committed by GitHub
parent 9db152bf75
commit 0718cc2392
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.20; sys_platform!='darwin'",
"xformers==0.0.21; sys_platform!='darwin'",
"triton; sys_platform=='linux'",
]
"onnx" = [