Commit 3b27657
authored
Remove stale QNN static llama eval job (#20884)
Summary:
- Remove the `test-static-llama-qnn-eval-linux` trunk workflow job.
- Delete `.ci/scripts/test_qnn_static_llama_eval.sh`, which only called
the deleted
`executorch.examples.qualcomm.oss_scripts.llama.eval_llama_qnn`
entrypoint.
- Existing QNN/static LLM coverage remains on the current `llama.py`
path via `test_qnn_static_llm.sh` and
`TestExampleLLMScript.test_static_llm_model`.
Context:
- Trunk job `test-static-llama-qnn-eval-linux (baseline, 62) /
linux-job` is failing with `No module named
executorch.examples.qualcomm.oss_scripts.llama.eval_llama_qnn`.
Test Plan:
- `grep -RIn
"test_qnn_static_llama_eval.sh\|eval_llama_qnn\|static-llama-qnn-eval"
.github .ci examples backends` returns no matches.
- `git diff --check`
Notes:
- Local YAML parse check was not run because PyYAML is not installed in
this environment.
- Commit hook skipped lintrunner because lintrunner is not installed
locally.1 parent be9b80c commit 3b27657
2 files changed
Lines changed: 0 additions & 128 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
997 | 997 | | |
998 | 998 | | |
999 | 999 | | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
1009 | | - | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
1024 | | - | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | 1000 | | |
1039 | 1001 | | |
1040 | 1002 | | |
| |||
0 commit comments