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 6d19135 commit b81e5caCopy full SHA for b81e5ca
examples/eval-callback/CMakeLists.txt
@@ -6,6 +6,5 @@ target_compile_features(${TARGET} PRIVATE cxx_std_11)
6
7
set(TEST_TARGET test-eval-callback)
8
add_test(NAME ${TEST_TARGET}
9
- COMMAND llama-eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/stories260K.gguf --model stories260K.gguf --prompt hello --seed 42 -ngl 0
10
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../) # HACK for dl backends
+ COMMAND llama-eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/stories260K.gguf --model stories260K.gguf --prompt hello --seed 42 -ngl 0)
11
set_property(TEST ${TEST_TARGET} PROPERTY LABELS eval-callback curl)
0 commit comments