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 3b82835 commit 91d4387Copy full SHA for 91d4387
examples/eval-callback/CMakeLists.txt
@@ -10,6 +10,6 @@ if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "s390x")
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}
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)
+ COMMAND llama-eval-callback --hf-repo taronaeo/tinyllamas-BE --hf-file 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