Skip to content

Commit 885a6ed

Browse files
Correct repository URL for s390x for test-thread-safety model
1 parent 846f90c commit 885a6ed

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
@@ -188,7 +188,7 @@ llama_build_and_test(test-regex-partial.cpp)
188188
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "s390x")
189189
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 -t 2)
190190
else()
191-
llama_build_and_test(test-thread-safety.cpp ARGS -hf taronaeo/tinyllamas -hff stories15M-be.Q4_0.gguf -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4 -t 2)
191+
llama_build_and_test(test-thread-safety.cpp ARGS -hf taronaeo/tinyllamas-BE -hff stories15M-be.Q4_0.gguf -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4 -t 2)
192192
endif()
193193

194194
# this fails on windows (github hosted runner) due to curl DLL not found (exit code 0xc0000135)

0 commit comments

Comments
 (0)