Skip to content

Commit

Permalink
server: tests: ci fix model download path
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 21, 2024
1 parent 6406208 commit 01cca66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01cca66

Please sign in to comment.