llama : build windows releases with dl backends (#13220)
This commit is contained in:
parent
93c4e23905
commit
9f2da5871f
4 changed files with 30 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue