mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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
This commit is contained in:
parent
75663ec81e
commit
9db152bf75
@ -110,7 +110,7 @@ dependencies = [
|
|||||||
"pytest-datadir",
|
"pytest-datadir",
|
||||||
]
|
]
|
||||||
"xformers" = [
|
"xformers" = [
|
||||||
"xformers~=0.0.19; sys_platform!='darwin'",
|
"xformers==0.0.20; sys_platform!='darwin'",
|
||||||
"triton; sys_platform=='linux'",
|
"triton; sys_platform=='linux'",
|
||||||
]
|
]
|
||||||
"onnx" = [
|
"onnx" = [
|
||||||
|
Loading…
Reference in New Issue
Block a user