From aa1a5cc02a4c46a0dcfefc0541e9ad203f76a724 Mon Sep 17 00:00:00 2001 From: Iswarya Alex Date: Wed, 29 Jul 2026 22:08:14 -0700 Subject: [PATCH] Update workflow for linux --- .github/workflows/build-self-hosted.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-self-hosted.yml b/.github/workflows/build-self-hosted.yml index dfafd4bd7..43f52fe72 100644 --- a/.github/workflows/build-self-hosted.yml +++ b/.github/workflows/build-self-hosted.yml @@ -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