Skip to content

Commit 50a8858

Browse files
committed
Update to transformers 4.36.1 and optimum 1.16.0
1 parent e0bd761 commit 50a8858

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

server/poetry.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ safetensors = "^0.4.1"
2121
sentencepiece = "^0.1.99"
2222
datasets = { version = "^2.15.0", optional = true }
2323
texttable = { version = "^1.7.0", optional = true }
24-
transformers = "4.36.0"
25-
optimum = { version = "^1.14.1", extras = ["onnxruntime-gpu"], optional = true }
24+
transformers = "4.36.1"
25+
optimum = { version = "^1.16.0", extras = ["onnxruntime-gpu"], optional = true }
2626
onnxruntime = { version = "^1.16.3", optional = true }
2727
onnxruntime-gpu = { version = "^1.16.3", optional = true }
2828
onnx = { version = "^1.15.0", optional = true }

0 commit comments

Comments
 (0)