mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
pin xformers to 0.0.21 and bump version
This commit is contained in:
@ -1 +1 @@
|
||||
__version__ = "3.3.0post1"
|
||||
__version__ = "3.3.0post2"
|
||||
|
@ -110,7 +110,7 @@ dependencies = [
|
||||
"pytest-datadir",
|
||||
]
|
||||
"xformers" = [
|
||||
"xformers~=0.0.19; sys_platform!='darwin'",
|
||||
"xformers==0.0.21; sys_platform!='darwin'",
|
||||
"triton; sys_platform=='linux'",
|
||||
]
|
||||
"onnx" = [
|
||||
|
Reference in New Issue
Block a user