We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14d9d8 commit bf45300Copy full SHA for bf45300
tests/CMakeLists.txt
@@ -151,7 +151,7 @@ llama_build_and_test(test-json-partial.cpp)
151
llama_build_and_test(test-log.cpp)
152
llama_build_and_test(test-regex-partial.cpp)
153
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)
+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)
155
156
# this fails on windows (github hosted runner) due to curl DLL not found (exit code 0xc0000135)
157
if (NOT WIN32)
0 commit comments