Skip to content

Commit 91c6d77

Browse files
HanClintotybalex
authored andcommitted
As suggested by @slaren, disabling Metal for test to fix CI build on OSX from ggml-org#6576 (ggml-org#6619)
1 parent 34b2580 commit 91c6d77

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
@@ -5,5 +5,5 @@ target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
55
target_compile_features(${TARGET} PRIVATE cxx_std_11)
66

77
set(TEST_TARGET test-eval-callback)
8-
add_test(NAME ${TEST_TARGET} COMMAND eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/stories260K.gguf --model stories260K.gguf --prompt hello --seed 42)
8+
add_test(NAME ${TEST_TARGET} COMMAND eval-callback --hf-repo ggml-org/models --hf-file tinyllamas/stories260K.gguf --model stories260K.gguf --prompt hello --seed 42 -ngl 0)
99
set_property(TEST ${TEST_TARGET} PROPERTY LABELS eval-callback curl)

0 commit comments

Comments
 (0)