Skip to content

Commit

Permalink
build(python): Use path-dep for gguf
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Feb 25, 2024
1 parent 4ee06d6 commit 48ab2fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 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 @@ -16,10 +16,10 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8"
gguf = { path = "./gguf-py" }
numpy = ">=1.24.4,<1.25.0"
sentencepiece = ">=0.1.98,<0.2.0"
transformers = ">=4.35.2,<5.0.0"
gguf = ">=0.1.0"
protobuf = ">=4.21.0,<5.0.0"
torch = "2.1.1"

Expand Down

0 comments on commit 48ab2fd

Please sign in to comment.