You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
Run the following cmd on latest optimum
`optimum-cli export executorch --model hf-internal-testing/tiny-random-LlamaForCausalLM --task text-generation --recipe xnnpack --output_dir meta_llama3_2_1b`
will get errors:
usage: optimum-cli export [-h] {onnx,tflite} ...
optimum-cli export: error: argument {onnx,tflite}: invalid choice: 'executorch' (choose from 'onnx', 'tflite')
This is a regression due to the repo migration. We should add executorch back to the CLI.
System Info
Who can help?
@echarlaix
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction (minimal, reproducible, runnable)
Simple run
optimum-cli export executorch --help
can reproduceExpected behavior
The CLI should export the model to ExecuTorch
The text was updated successfully, but these errors were encountered: