Skip to content

Commit 082be03

Browse files
committed
fix pytorch version
1 parent 2a0f1c9 commit 082be03

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
@@ -116,7 +116,7 @@ jax_gpu = [
116116
]
117117
pytorch_cpu = ["torch==2.5.1", "torchvision==0.20.1"]
118118
pytorch_gpu = [
119-
"torch==2.5.0",
119+
"torch==2.5.1",
120120
"torchvision==0.20.1",
121121
] # Note: omit the cuda suffix and installing from the appropriate wheel will result in using locally installed CUDA.
122122
wandb = ["wandb==0.16.5"]

0 commit comments

Comments
 (0)