mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Bump xformers for compatibility with torch.
This commit is contained in:
@@ -101,7 +101,7 @@ dependencies = [
|
||||
[project.optional-dependencies]
|
||||
"xformers" = [
|
||||
# Core generation dependencies, pinned for reproducible builds.
|
||||
"xformers==0.0.25post1; sys_platform!='darwin'",
|
||||
"xformers==0.0.28.post1; sys_platform!='darwin'",
|
||||
# Auxiliary dependencies, pinned only if necessary.
|
||||
"triton; sys_platform=='linux'",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user