Skip to content

Commit 4f230da

Browse files
revert to torch 2.5.1 due to compatibility with torchvision.
1 parent a53b9bc commit 4f230da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ absl-py
66
datasets
77
flax>=0.10.2
88
optax>=0.2.3
9-
torch==2.6.0
9+
torch==2.5.1
1010
torchvision==0.20.1
1111
ftfy
1212
tensorboard>=2.17.0

requirements_with_jax_stable_stack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ tensorboardx==2.6.2.2
2929
tensorflow>=2.17.0
3030
tensorflow-datasets>=4.9.6
3131
tokenizers==0.21.0
32-
torch==2.6.0
32+
torch==2.5.1
3333
torchvision==0.20.1
3434
transformers==4.48.1

0 commit comments

Comments
 (0)