Skip to content

Commit

Permalink
chore : Set sentencepiece to 0.2.0 to match requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com>
  • Loading branch information
teleprint-me committed Jul 19, 2024
1 parent 6875ace commit 0de43fc
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 50 deletions.
105 changes: 56 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9"
numpy = "^1.25.0"
sentencepiece = ">=0.1.98,<0.2.0"
transformers = ">=4.35.2,<5.0.0"
protobuf = ">=4.21.0,<5.0.0"
gguf = { path = "./gguf-py" }
torch = { version = "^2.2.0", source = "pytorch" }
sentencepiece = "^0.2.0"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 0de43fc

Please sign in to comment.