Skip to content

Commit

Permalink
Make Style
Browse files Browse the repository at this point in the history
  • Loading branch information
apaniukov committed Mar 13, 2024
1 parent 8a22002 commit 40f227d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion optimum/exporters/openvino/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from optimum.utils.save_utils import maybe_load_preprocessors

from ...intel.utils.import_utils import (
is_openvino_tokenizers_available,
is_optimum_version,
is_transformers_version,
)
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@
"onnx",
"onnxruntime<1.15.0",
],
"openvino": [
"openvino>=2023.3",
"onnx",
"onnxruntime",
"openvino-tokenizers[transformers]"
],
"openvino": ["openvino>=2023.3", "onnx", "onnxruntime", "openvino-tokenizers[transformers]"],
"nncf": ["nncf>=2.8.1"],
"ipex": ["intel-extension-for-pytorch", "onnx"],
"diffusers": ["diffusers"],
Expand Down

0 comments on commit 40f227d

Please sign in to comment.