diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index be3fbd4dc..3eee2c2ce 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -43,7 +43,8 @@ jobs: - name: Download test model id: download_model run: | - ./scripts/hf.sh --repo ggml-org/models --file tinyllamas/stories260K.gguf + cd examples/server/tests + ../../../scripts/hf.sh --repo ggml-org/models --file tinyllamas/stories260K.gguf - name: Server Integration Tests id: server_integration_test