Add missing compile definition to CMakeLists for k_quants

This commit is contained in:
johnson442 2023-06-08 03:51:55 +01:00
parent 5c64a0952e
commit a498987551

View file

@ -229,6 +229,7 @@ endif()
if (LLAMA_K_QUANTS)
set(GGML_SOURCES_EXTRA ${GGML_SOURCES_EXTRA} k_quants.c k_quants.h)
add_compile_definitions(GGML_USE_K_QUANTS)
endif()
if (LLAMA_CLBLAST)