Skip to content

Commit 6e7428b

Browse files
committed
up
1 parent 9ca2659 commit 6e7428b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,11 +637,10 @@ jobs:
637637
pip list
638638
echo "::endgroup::"
639639
640-
641-
# Test model export
642640
MODELS=(smollm llama3)
643641
for MODEL_NAME in "${MODELS[@]}"; do
644642
${CONDA_RUN} bash .ci/scripts/export_optimum_et_coreml.sh $MODEL_NAME" /tmp/$MODEL_NAME
643+
done
645644
646645
# test-huggingface-transformers:
647646
# # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway

0 commit comments

Comments
 (0)