Skip to content

Commit 02325d6

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Upload custom ops framework.
Summary: overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: executorch Differential Revision: D55579927 fbshipit-source-id: 66cbce50fd4fd98b3955ea14fe13b90a4285f467
1 parent fd1a338 commit 02325d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
FRAMEWORKS=(
6969
"executorch"
7070
"coreml_backend"
71+
"custom_backend"
7172
"mps_backend"
7273
"optimized_backend"
7374
"portable_backend"
@@ -91,7 +92,7 @@ jobs:
9192
9293
# Build Release iOS Frameworks
9394
PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
94-
build/build_apple_frameworks.sh --coreml --mps --optimized --portable --quantized --xnnpack
95+
build/build_apple_frameworks.sh --coreml --custom --mps --optimized --portable --quantized --xnnpack
9596
9697
# Bundle Release iOS Frameworks
9798
for FRAMEWORK in "${FRAMEWORKS[@]}"; do (

0 commit comments

Comments
 (0)