Skip to content

Commit 797b464

Browse files
committed
server: tests: use ngxson llama_xs_q4.bin
1 parent 1773fbe commit 797b464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/server-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- name: Download test model
4141
id: download_model
4242
run: |
43-
./scripts/hf.sh --repo TheBloke/Tinyllama-2-1b-miniguanaco-GGUF --file tinyllama-2-1b-miniguanaco.Q2_K.gguf
43+
./scripts/hf.sh --repo ngxson/dummy-llama --file llama_xs_q4.bin
4444
4545
- name: Server Integration Tests
4646
id: server_integration_test
4747
run: |
4848
cd examples/server/tests
49-
./tests.sh ../../../tinyllama-2-1b-miniguanaco.Q2_K.gguf
49+
./tests.sh ../../../llama_xs_q4.bin
5050
5151

examples/server/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Functional server tests suite.
77

88
### Run tests
99
1. Build the server
10-
2. download a GGUF model: `../../../scripts/hf.sh --repo TheBloke/Tinyllama-2-1b-miniguanaco-GGUF --file tinyllama-2-1b-miniguanaco.Q2_K.gguf`
10+
2. download a GGUF model: `../../../scripts/hf.sh --repo ngxson/dummy-llama --file llama_xs_q4.bin`
1111
3. Start the test: `./tests.sh tinyllama-2-1b-miniguanaco.Q2_K.gguf -ngl 23 --log-disable`

0 commit comments

Comments
 (0)