Skip to content

Commit 37fda79

Browse files
authored
downgrade hf to ensure people are able to load checkpoints. (#518)
Signed-off-by: Dushyant Behl <[email protected]>
1 parent 263264a commit 37fda79

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
@@ -29,7 +29,7 @@ classifiers=[
2929
dependencies = [
3030
"numpy>=1.26.4,<2.0",
3131
"accelerate>=0.20.3,!=0.34,<1.1",
32-
"transformers>=4.49,<5.0",
32+
"transformers>=4.49,<4.51.0",
3333
"torch>=2.2.0,<2.5",
3434
"sentencepiece>=0.1.99,<0.3",
3535
"tokenizers>=0.13.3,<1.0",

0 commit comments

Comments
 (0)