Skip to content

Commit 91d4387

Browse files
committed
devops: fix model not found llama-eval-callback
Signed-off-by: Aaron Teo <[email protected]>
1 parent 3b82835 commit 91d4387

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
@@ -10,6 +10,6 @@ if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "s390x")
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()
1212
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)
13+
COMMAND llama-eval-callback --hf-repo taronaeo/tinyllamas-BE --hf-file 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)