File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323# GG_BUILD_MUSA=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt
2424#
2525# # with OPENVINO support
26- # GG_BUILD_OPENVINO=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt
26+ # GG_BUILD_OPENVINO=1 GG_BUILD_LOW_PERF=1 GGML_OPENVINO_DEVICE=CPU bash ./ci/run.sh ./tmp/results ./tmp/mnt
2727#
2828
2929if [ -z " $2 " ]; then
Original file line number Diff line number Diff line change @@ -185,7 +185,9 @@ llama_build_and_test(test-json-partial.cpp)
185185llama_build_and_test(test -log .cpp)
186186llama_build_and_test(test -regex -partial.cpp)
187187
188- llama_build_and_test(test -thread-safety.cpp ARGS -hf ggml-org/models -hff tinyllamas/stories15M-q4_0.gguf -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4 -t 2)
188+ if (NOT GGML_OPENVINO)
189+ llama_build_and_test(test -thread-safety.cpp ARGS -hf ggml-org/models -hff tinyllamas/stories15M-q4_0.gguf -ngl 99 -p "The meaning of life is" -n 128 -c 256 -ub 32 -np 4 -t 2)
190+ endif ()
189191
190192# this fails on windows (github hosted runner) due to curl DLL not found (exit code 0xc0000135)
191193if (NOT WIN32 )
You can’t perform that action at this time.
0 commit comments