Skip to content

Commit

Permalink
build: fix outdated sentencepiece causing errors with transformers 4.45
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Oct 2, 2024
1 parent ed0245b commit 88acf4d
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 @@ -38,7 +38,7 @@ huggingface = [

llama = [
"protobuf",
"sentencepiece~=0.1.99",
"sentencepiece>=0.1.99,<1.0.0",
]

cpp = [
Expand Down

0 comments on commit 88acf4d

Please sign in to comment.