Skip to content

Commit 6842802

Browse files
committed
downgrade hf to ensure people are able to load checkpoints.
Signed-off-by: Dushyant Behl <dushyantbehl@in.ibm.com>
1 parent 263264a commit 6842802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)