We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0f1c9 commit 082be03Copy full SHA for 082be03
pyproject.toml
@@ -116,7 +116,7 @@ jax_gpu = [
116
]
117
pytorch_cpu = ["torch==2.5.1", "torchvision==0.20.1"]
118
pytorch_gpu = [
119
- "torch==2.5.0",
+ "torch==2.5.1",
120
"torchvision==0.20.1",
121
] # Note: omit the cuda suffix and installing from the appropriate wheel will result in using locally installed CUDA.
122
wandb = ["wandb==0.16.5"]
0 commit comments