Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/docker/ci_commit_pins/optimum-executorch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f8aa919593cc51301ade73a2ee5491582521ab80
5bf1aeb587e9b1f3572b0bd60265c5dafd007b73
2 changes: 2 additions & 0 deletions .ci/scripts/export_model_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ fi
DEVICE_ARG=""
if [ "$DEVICE" = "cuda" ]; then
DEVICE_ARG="--device cuda"
elif [ "$DEVICE" = "metal" ]; then
DEVICE_ARG="--device mps"
fi

optimum-cli export executorch \
Expand Down
Loading