tests : enable test-llama-archs on windows

This commit is contained in:
Georgi Gerganov
2026-09-03 17:19:51 +03:00
parent c13422b532
commit 4b52bcf615
+1 -2
View File
@@ -148,6 +148,7 @@ if (LLAMA_LLGUIDANCE)
llama_build_and_test(test-grammar-llguidance.cpp ARGS ${PROJECT_SOURCE_DIR}/models/ggml-vocab-llama-bpe.gguf)
endif ()
llama_build(test-llama-archs.cpp)
llama_build(test-recurrent-state-rollback.cpp)
llama_build(test-save-load-state.cpp)
@@ -196,8 +197,6 @@ if (NOT WIN32 OR NOT BUILD_SHARED_LIBS)
# llama_build_and_test(test-double-float.cpp) # SLOW
llama_build_and_test(test-llama-archs.cpp)
set(MODEL_DIR "${CMAKE_CURRENT_BINARY_DIR}/test-models/")
file(MAKE_DIRECTORY "${MODEL_DIR}")