Skip to content

Commit 4d7045f

Browse files
committed
up
1 parent 8e6c8ff commit 4d7045f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,15 @@ jobs:
589589
590590
# Set model specific overrides
591591
if [[ "${MODEL_NAME}" == "mobilebert" ]]; then
592+
# See https://github.com/pytorch/executorch/issues/12907
592593
# mobilebert has nan output on FP16, and high MSE on fp32, so we disable runtime test now
593-
BACKEND="coreml-pybind-float32"
594+
BACKEND="coreml"
595+
fi
596+
597+
if [[ "${MODEL_NAME}" == "efficient_sam" ]]; then
598+
# See https://github.com/pytorch/executorch/issues/12906
599+
# efficient_sam fails to run on CoreML
600+
BACKEND="coreml"
594601
fi
595602
596603
bash .ci/scripts/setup-conda.sh

0 commit comments

Comments
 (0)