Skip to content

Commit a06e38a

Browse files
committed
Update to transformers 4.36.2 and optimum 1.16.1
1 parent 48c652a commit a06e38a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

server/poetry.lock

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

server/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ grpcio-reflection = "^1.60.0"
1515
loguru = "^0.7.2"
1616
typer = "^0.9.0"
1717
accelerate = { version = "0.25.0", optional = true }
18-
bitsandbytes = { version = "^0.41.2", optional = true }
18+
bitsandbytes = { version = "^0.41.3", optional = true }
1919
scipy = { version = "^1.11.4", optional = true }
2020
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.1"
25-
optimum = { version = "^1.16.0", extras = ["onnxruntime-gpu"], optional = true }
24+
transformers = "4.36.2"
25+
optimum = { version = "^1.16.1", 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)