Update xformers to ~0.0.22

This commit is contained in:
Millun Atluri 2023-11-07 11:53:39 +11:00 committed by Kent Keirsey
parent 840cbc1d39
commit c68db6e40f

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