Skip to content

Commit 6197d73

Browse files
committed
coreml : remove publishing of coreml model
1 parent 0868624 commit 6197d73

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,6 @@ jobs:
10641064
needs:
10651065
- determine-tag
10661066
- ios-xcode-build
1067-
- coreml-base-en
10681067

10691068
steps:
10701069
- name: Clone
@@ -1148,14 +1147,3 @@ jobs:
11481147
source venv/bin/activate
11491148
pip install ane_transformers openai-whisper coremltools
11501149
./models/generate-coreml-model.sh ${{ env.MODEL_NAME }}
1151-
1152-
- name: Pack CoreML model
1153-
id: pack_artifacts
1154-
run: |
1155-
zip --symlinks -r ${{ env.GEN_MODEL_NAME }}.zip models/ggml-${{env.MODEL_NAME}}-encoder.mlmodelc
1156-
1157-
- name: Upload artifacts
1158-
uses: actions/upload-artifact@v4
1159-
with:
1160-
path: ${{ env.GEN_MODEL_NAME }}.zip
1161-
name: ${{ env.GEN_MODEL_NAME }}

0 commit comments

Comments
 (0)