Skip to content

Commit

Permalink
loosen transformers version range
Browse files Browse the repository at this point in the history
  • Loading branch information
bing-speech-trial committed Oct 17, 2024
1 parent 0219d50 commit d92f137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"tokenizers>=0.13.3",
"torch>=2.3.1,<2.5.0",
"tqdm>=4.65.0",
"transformers>=4.38.0,<4.44.0",
"transformers>=4.38.0,<4.46.0",
"peft==0.6.0",
]

Expand Down

0 comments on commit d92f137

Please sign in to comment.