From 9db152bf7550707011cecba86e9c1fea5ba2a3d2 Mon Sep 17 00:00:00 2001 From: Drun555 <44411820+Drun555@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:59:55 +0400 Subject: [PATCH] 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bab87172c2..46fd443da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" = [