Update xformers to 0.0.22post7

This commit is contained in:
Millun Atluri 2023-11-07 12:00:39 +11:00 committed by GitHub
parent a98426d2c6
commit 3a50798a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ dependencies = [
"pytest-datadir",
]
"xformers" = [
"xformers~=0.0.22; sys_platform!='darwin'",
"xformers==0.0.22post7; sys_platform!='darwin'",
"triton; sys_platform=='linux'",
]
"onnx" = ["onnxruntime"]