Skip to content

Commit bf85234

Browse files
Malramapsychedelicious
authored andcommitted
Update pytorch and xFormers 2.1.2 -> 2.2.1
1 parent fc63419 commit bf85234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ dependencies = [
4747
"pytorch-lightning==2.1.3",
4848
"safetensors==0.4.2",
4949
"timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
50-
"torch==2.1.2",
50+
"torch==2.2.1",
5151
"torchmetrics==0.11.4",
5252
"torchsde==0.2.6",
53-
"torchvision==0.16.2",
53+
"torchvision==0.17.1",
5454
"transformers==4.38.2",
5555

5656
# Core application dependencies, pinned for reproducible builds.
@@ -98,7 +98,7 @@ dependencies = [
9898
[project.optional-dependencies]
9999
"xformers" = [
100100
# Core generation dependencies, pinned for reproducible builds.
101-
"xformers==0.0.23.post1; sys_platform!='darwin'",
101+
"xformers==0.0.25; sys_platform!='darwin'",
102102
# Auxiliary dependencies, pinned only if necessary.
103103
"triton; sys_platform=='linux'",
104104
]

0 commit comments

Comments
 (0)