From 01cca6625bec7504b25578f67fd0cfe28b709c33 Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Wed, 21 Feb 2024 22:43:39 +0100 Subject: [PATCH] server: tests: ci fix model download path --- .github/workflows/server-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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