Commit 7c78e70
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
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
| |||
0 commit comments