server: tests: ci fix model download path

This commit is contained in:
Pierrick HYMBERT 2024-02-21 22:43:39 +01:00
parent 6406208174
commit 01cca6625b

View file

@ -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