Skip to content

Commit b81e5ca

Browse files
committed
remove eval-callback test hack since the backend loader now checks the executable directory
1 parent 6d19135 commit b81e5ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/eval-callback/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ target_compile_features(${TARGET} PRIVATE cxx_std_11)
66

77
set(TEST_TARGET test-eval-callback)
88
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
9+
COMMAND llama-eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/stories260K.gguf --model stories260K.gguf --prompt hello --seed 42 -ngl 0)
1110
set_property(TEST ${TEST_TARGET} PROPERTY LABELS eval-callback curl)

0 commit comments

Comments
 (0)