llama : build windows releases with dl backends (#13220)

This commit is contained in:
Diego Devesa
2025-05-04 14:20:49 +02:00
committed by GitHub
parent 93c4e23905
commit 9f2da5871f
4 changed files with 30 additions and 58 deletions

View File

@ -114,7 +114,10 @@ if (NOT WIN32)
target_include_directories(test-json-schema-to-grammar PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../tools/server)
endif()
llama_build(test-quantize-stats.cpp)
if (NOT GGML_BACKEND_DL)
llama_build(test-quantize-stats.cpp)
endif()
llama_build(test-gbnf-validator.cpp)
# build test-tokenizer-1-bpe target once and add many tests