From 9733cd4199f2b552fe5b4455944d7d0b7a1dd30b Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Tue, 7 Nov 2023 12:00:39 +1100 Subject: [PATCH] Update xformers to 0.0.22post7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32eaec63da..8e9c97e5b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]