Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions examples/models/llama2/export_llama_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,16 +311,6 @@ def build_args_parser() -> argparse.ArgumentParser:
parser.add_argument("-V", "--vulkan", action="store_true")
parser.add_argument("--mps", action="store_true")
parser.add_argument("--coreml", action="store_true")
parser.add_argument(
"--coreml-enable-state",
action="store_true",
help="This option is only for coreml, and is only supported for MacOS15+/iOS18+",
)
parser.add_argument(
"--coreml-preserve-sdpa",
action="store_true",
help="This option is only for coreml: Preserve sdpa in torch edge program to use coreml iOS18.sdpa op",
)
parser.add_argument(
"--coreml-quantize",
default=None,
Expand Down
Loading