Skip to content

Commit c416501

Browse files
authored
Update optimum/exporters/openvino/__main__.py
1 parent 4ce6472 commit c416501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/exporters/openvino/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def main_export(
5050
device: str = "cpu",
5151
framework: Optional[str] = None,
5252
cache_dir: Optional[str] = None,
53-
trust_remote_code: bool = None,
53+
trust_remote_code: bool = False,
5454
pad_token_id: Optional[int] = None,
5555
subfolder: str = "",
5656
revision: str = "main",

0 commit comments

Comments
 (0)