Skip to content

Commit bf45300

Browse files
committed
use smaller stories15M-q4_0.gguf model
ggml-ci
1 parent e14d9d8 commit bf45300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ llama_build_and_test(test-json-partial.cpp)
151151
llama_build_and_test(test-log.cpp)
152152
llama_build_and_test(test-regex-partial.cpp)
153153

154-
llama_build_and_test(test-thread-safety.cpp ARGS -hf ggml-org/Qwen3-0.6B-GGUF:Q8_0 -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4)
154+
llama_build_and_test(test-thread-safety.cpp ARGS -hf ggml-org/models -hff tinyllamas/stories15M-q4_0.gguf -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4)
155155

156156
# this fails on windows (github hosted runner) due to curl DLL not found (exit code 0xc0000135)
157157
if (NOT WIN32)

0 commit comments

Comments
 (0)