Skip to content

Commit

Permalink
k-quants : add missing compile definition to CMakeLists (ggerganov#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson442 authored Jun 8, 2023
1 parent 5c64a09 commit 0035858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0035858

Please sign in to comment.