Skip to content

Commit f7001cc

Browse files
authored
As suggested by @slaren, disabling Metal for test to fix CI build on OSX from #6576 (#6619)
1 parent a474f50 commit f7001cc

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)