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 8e6c8ff commit 4d7045fCopy full SHA for 4d7045f
.github/workflows/trunk.yml
@@ -589,8 +589,15 @@ jobs:
589
590
# Set model specific overrides
591
if [[ "${MODEL_NAME}" == "mobilebert" ]]; then
592
+ # See https://github.com/pytorch/executorch/issues/12907
593
# mobilebert has nan output on FP16, and high MSE on fp32, so we disable runtime test now
- 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
601
fi
602
603
bash .ci/scripts/setup-conda.sh
0 commit comments