Update workflow for linux
This commit is contained in:
parent
29bc8871fb
commit
aa1a5cc02a
|
|
@ -181,9 +181,7 @@ jobs:
|
|||
- name: Download ggml model
|
||||
shell: cmd
|
||||
run: |
|
||||
cd models
|
||||
call download-ggml-model.cmd %MODEL%
|
||||
cd ..
|
||||
call models\download-ggml-model.cmd %MODEL% models
|
||||
if not exist models\ggml-%MODEL%.bin ( echo ERROR: model download failed & exit /b 1 )
|
||||
|
||||
- name: Download NPU encoder cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue