Skip to content

Commit b9b953b

Browse files
author
yifan_shen3
committed
Core ML has added index_put support, no need to skip
1 parent b145701 commit b9b953b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/models/llama2/export_llama_lib.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,6 @@ def _export_llama(modelname, args) -> str: # noqa: C901
605605
partitioners.append(
606606
# pyre-ignore: Undefined attribute [16]: Module `executorch.backends` has no attribute `apple`
607607
CoreMLPartitioner(
608-
skip_ops_for_coreml_delegation=[
609-
"aten.index_put.default",
610-
],
611608
compile_specs=compile_specs,
612609
)
613610
)

0 commit comments

Comments
 (0)