Skip to content

Commit 17fde41

Browse files
author
Guang Yang
committed
Revert default soc for llama
1 parent e4a2322 commit 17fde41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/export/partitioner_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def get_qnn_partitioner(
140140

141141
return QnnPartitioner( # pyre-fixme[16]
142142
generate_qnn_executorch_compiler_spec( # pyre-fixme[16]
143-
soc_model=QcomChipset.SM8450, # default to SM8450 # pyre-fixme[16]
143+
soc_model=QcomChipset.SM8650, # default to SM8650 # pyre-fixme[16]
144144
# pyre-fixme[16]
145145
backend_options=generate_htp_compiler_spec(
146146
use_fp16=use_fp16,

0 commit comments

Comments
 (0)