Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0e5242

Browse files
committedFeb 17, 2025
Update optimum/exporters/openvino/utils.py
1 parent 7f96289 commit b0e5242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎optimum/exporters/openvino/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
OV_XML_FILE_NAME = "openvino_model.xml"
5050
_MAX_UNCOMPRESSED_SIZE = 1e9
51-
SKIP_CHECK_TRACE_MODELS = ["deepseek", "deepseek_v2", "deepseek_v3"]
5251

5352

5453
def is_torch_model(model: Union["PreTrainedModel", "ModelMixin"]):

0 commit comments

Comments
 (0)
Please sign in to comment.