File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
40
40
- name : Download test model
41
41
id : download_model
42
42
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
44
44
45
45
- name : Server Integration Tests
46
46
id : server_integration_test
47
47
run : |
48
48
cd examples/server/tests
49
- ./tests.sh ../../../tinyllama-2-1b-miniguanaco.Q2_K.gguf
49
+ ./tests.sh ../../../llama_xs_q4.bin
50
50
51
51
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ Functional server tests suite.
7
7
8
8
### Run tests
9
9
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 `
11
11
3 . Start the test: ` ./tests.sh tinyllama-2-1b-miniguanaco.Q2_K.gguf -ngl 23 --log-disable `
You can’t perform that action at this time.
0 commit comments