We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce6472 commit c416501Copy full SHA for c416501
optimum/exporters/openvino/__main__.py
@@ -50,7 +50,7 @@ def main_export(
50
device: str = "cpu",
51
framework: Optional[str] = None,
52
cache_dir: Optional[str] = None,
53
- trust_remote_code: bool = None,
+ trust_remote_code: bool = False,
54
pad_token_id: Optional[int] = None,
55
subfolder: str = "",
56
revision: str = "main",
0 commit comments