Skip to content

Commit 0be8aac

Browse files
committed
Bump xformers for compatibility with torch.
1 parent 4f993a4 commit 0be8aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dependencies = [
101101
[project.optional-dependencies]
102102
"xformers" = [
103103
# Core generation dependencies, pinned for reproducible builds.
104-
"xformers==0.0.25post1; sys_platform!='darwin'",
104+
"xformers==0.0.28.post1; sys_platform!='darwin'",
105105
# Auxiliary dependencies, pinned only if necessary.
106106
"triton; sys_platform=='linux'",
107107
]

0 commit comments

Comments
 (0)