Skip to content

Commit daf4538

Browse files
authored
chore: bump pytorch to >= 2.7 (#2130)
1 parent ba331d6 commit daf4538

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
@@ -33,7 +33,7 @@ dependencies = [
3333
"safetensors>=0.4.3",
3434
# tokenization in most models:
3535
"tokenizers>=0.21",
36-
"torch>=2.6",
36+
"torch>=2.7",
3737
# convert_hf_checkpoint
3838
"tqdm>4.66",
3939
]

0 commit comments

Comments
 (0)