mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-29 18:22:30 +02:00
Bump xformers for compatibility with torch.
This commit is contained in:
parent
4f993a4f32
commit
0be8aacee6
@ -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'",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user