We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e10d31 commit de02835Copy full SHA for de02835
backends/qualcomm/serialization/qc_schema.py
@@ -189,4 +189,6 @@ class QnnExecuTorchOptions:
189
is_from_context_binary: bool = False
190
saver: bool = False
191
saver_output_dir: str = "saver_output"
192
- op_package_options: QnnExecuTorchOpPackageOptions = QnnExecuTorchOpPackageOptions()
+ op_package_options: QnnExecuTorchOpPackageOptions = field(
193
+ default_factory=QnnExecuTorchOpPackageOptions
194
+ )
0 commit comments