server: tests: ci fix model download path
This commit is contained in:
parent
6406208174
commit
01cca6625b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/server-test.yml
vendored
3
.github/workflows/server-test.yml
vendored
|
@ -43,7 +43,8 @@ jobs:
|
||||||
- name: Download test model
|
- name: Download test model
|
||||||
id: download_model
|
id: download_model
|
||||||
run: |
|
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
|
- name: Server Integration Tests
|
||||||
id: server_integration_test
|
id: server_integration_test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue