Skip to content

Commit 7c78e70

Browse files
committed
ci: remove GGUF model verification step from workflow
The step that verified the existence of the GGUF model file has been removed from the GitHub Actions workflow because on windows and linux-musl runners it was failing. If the file isn’t present, the Makefile’s $(GGUF_MODEL_PATH) rule will download it as before, so we no longer need to enforce the explicit test -f check that was failing in containerized environments.
1 parent 40e8c4d commit 7c78e70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ jobs:
155155
path: ${{ needs.download-model.outputs.model-path }}
156156
key: ${{ needs.download-model.outputs.cache-key }}
157157

158-
- name: Verify GGUF model
159-
run: test -f "${{ needs.download-model.outputs.model-path }}"
160-
161158
- name: android setup java
162159
if: matrix.name == 'android-aar'
163160
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)