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 0868624 commit 6197d73Copy full SHA for 6197d73
.github/workflows/build.yml
@@ -1064,7 +1064,6 @@ jobs:
1064
needs:
1065
- determine-tag
1066
- ios-xcode-build
1067
- - coreml-base-en
1068
1069
steps:
1070
- name: Clone
@@ -1148,14 +1147,3 @@ jobs:
1148
1147
source venv/bin/activate
1149
pip install ane_transformers openai-whisper coremltools
1150
./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