mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-04 02:37:27 +02:00
ci : skip dummy model generation on OpenVINO
test-llama-archs does not build on the OpenVINO platform, so do not try to generate the dummy models there. Assisted-by: pi:llama.cpp/DeepSeek-V4-Flash-0731
This commit is contained in:
@@ -341,10 +341,13 @@ function gg_run_test_llama_archs_models {
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf build-ci-models && mkdir -p build-ci-models
|
||||
# TODO: fix and re-enable `test-llama-archs` on OpenVINO
|
||||
if [ -z ${GG_BUILD_OPENVINO} ]; then
|
||||
rm -rf build-ci-models && mkdir -p build-ci-models
|
||||
|
||||
# generate the dummy models used by the model-dependent tests
|
||||
./build-ci-release/bin/test-llama-archs -o build-ci-models 2>&1
|
||||
# generate the dummy models used by the model-dependent tests
|
||||
./build-ci-release/bin/test-llama-archs -o build-ci-models 2>&1
|
||||
fi
|
||||
|
||||
set +e
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user