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 2618f3d commit 3b82835Copy full SHA for 3b82835
examples/eval-callback/CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "s390x")
9
add_test(NAME ${TEST_TARGET}
10
COMMAND llama-eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/stories260K.gguf --model stories260K.gguf --prompt hello --seed 42 -ngl 0)
11
else()
12
- add_test(NAME ${TEST_TARGET}-s390x
+ add_test(NAME ${TEST_TARGET}
13
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)
14
endif()
15
set_property(TEST ${TEST_TARGET} PROPERTY LABELS eval-callback curl)
0 commit comments