Skip to content

Commit

Permalink
add accelerate dependency for inc extra
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Mar 7, 2024
1 parent ebc108b commit 429e34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
QUALITY_REQUIRE = ["black~=23.1", "ruff>=0.0.241"]

EXTRAS_REQUIRE = {
"neural-compressor": ["neural-compressor>=2.2.0", "onnx", "onnxruntime<1.15.0"],
"neural-compressor": ["neural-compressor>=2.2.0", "onnx", "onnxruntime<1.15.0", "accelerate"],
"openvino": ["openvino>=2023.3", "onnx", "nncf>=2.8.1"],
"openvino-tokenizers": ["openvino-tokenizers[transformers]"],
"nncf": ["nncf>=2.8.1"],
Expand Down

0 comments on commit 429e34c

Please sign in to comment.