We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca2659 commit 6e7428bCopy full SHA for 6e7428b
.github/workflows/trunk.yml
@@ -637,11 +637,10 @@ jobs:
637
pip list
638
echo "::endgroup::"
639
640
-
641
- # Test model export
642
MODELS=(smollm llama3)
643
for MODEL_NAME in "${MODELS[@]}"; do
644
${CONDA_RUN} bash .ci/scripts/export_optimum_et_coreml.sh $MODEL_NAME" /tmp/$MODEL_NAME
+ done
645
646
# test-huggingface-transformers:
647
# # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
0 commit comments