Skip to content

Commit

Permalink
deps: pin transformers to prevent breakage form 4.41
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>
  • Loading branch information
tjohnson31415 committed Aug 1, 2024
1 parent cdb9013 commit c3dd809
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions server/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 server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ safetensors = "^0.4.3"
sentencepiece = "^0.2.0"
datasets = { version = "^2.15.0", optional = true }
texttable = { version = "^1.7.0", optional = true }
transformers = "^4.40.0"
transformers = "4.40.2"
optimum = { version = "^1.19.0", extras = ["onnxruntime-gpu"], optional = true }
onnxruntime = { version = "1.18.0", optional = true }
onnxruntime-gpu = { version = "1.18.0", optional = true }
Expand Down

0 comments on commit c3dd809

Please sign in to comment.