Skip to content

Commit 3b82835

Browse files
committed
devops: fix test does not exist
Signed-off-by: Aaron Teo <[email protected]>
1 parent 2618f3d commit 3b82835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/eval-callback/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "s390x")
99
add_test(NAME ${TEST_TARGET}
1010
COMMAND llama-eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/stories260K.gguf --model stories260K.gguf --prompt hello --seed 42 -ngl 0)
1111
else()
12-
add_test(NAME ${TEST_TARGET}-s390x
12+
add_test(NAME ${TEST_TARGET}
1313
COMMAND llama-eval-callback --hf-repo taronaeo/models --hf-file tinyllamas-BE/stories260K-be.gguf --model stories260K-be.gguf --prompt hello --seed 42 -ngl 0)
1414
endif()
1515
set_property(TEST ${TEST_TARGET} PROPERTY LABELS eval-callback curl)

0 commit comments

Comments
 (0)