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 e4a2322 commit 17fde41Copy full SHA for 17fde41
extension/llm/export/partitioner_lib.py
@@ -140,7 +140,7 @@ def get_qnn_partitioner(
140
141
return QnnPartitioner( # pyre-fixme[16]
142
generate_qnn_executorch_compiler_spec( # pyre-fixme[16]
143
- soc_model=QcomChipset.SM8450, # default to SM8450 # pyre-fixme[16]
+ soc_model=QcomChipset.SM8650, # default to SM8650 # pyre-fixme[16]
144
# pyre-fixme[16]
145
backend_options=generate_htp_compiler_spec(
146
use_fp16=use_fp16,
0 commit comments