Skip to content

Commit de02835

Browse files
committed
fix default value for flatbuffer
1 parent 2e10d31 commit de02835

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/qualcomm/serialization/qc_schema.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,6 @@ class QnnExecuTorchOptions:
189189
is_from_context_binary: bool = False
190190
saver: bool = False
191191
saver_output_dir: str = "saver_output"
192-
op_package_options: QnnExecuTorchOpPackageOptions = QnnExecuTorchOpPackageOptions()
192+
op_package_options: QnnExecuTorchOpPackageOptions = field(
193+
default_factory=QnnExecuTorchOpPackageOptions
194+
)

0 commit comments

Comments
 (0)