Skip to content

Conversation

jackzhxng
Copy link
Contributor

@jackzhxng jackzhxng commented Jun 24, 2025

Custom workaround to allow combining --config and Hydra CLI options.

Something like this would be possible:

python -m extension.llm.export.export_llm
  --config llama_xnnpack.yaml
  export.max_seq_length=1024
  backend.xnnpack.extended_ops=True

Copy link

pytorch-bot bot commented Jun 24, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11926

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures, 5 Pending

As of commit 06164b6 with merge base 752f6a7 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 24, 2025
@jackzhxng jackzhxng added the release notes: none Do not include this in the release notes label Jun 24, 2025
@jackzhxng jackzhxng force-pushed the jz/cli-overrides branch 2 times, most recently from 4164026 to 73b3e9e Compare June 25, 2025 21:31
@jackzhxng jackzhxng merged commit 6e706f2 into main Jun 26, 2025
93 of 96 checks passed
@jackzhxng jackzhxng deleted the jz/cli-overrides branch June 26, 2025 00:28
hinriksnaer pushed a commit to hinriksnaer/executorch that referenced this pull request Jun 26, 2025
Custom workaround to allow combining `--config` and Hydra CLI options.

Something like this would be possible:
```
python -m extension.llm.export.export_llm
  --config llama_xnnpack.yaml
  export.max_seq_length=1024
  backend.xnnpack.extended_ops=True
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. release notes: none Do not include this in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants