]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
k-quants : allow to optionally disable at compile time (#1734)
authorGeorgi Gerganov <redacted>
Wed, 7 Jun 2023 07:59:52 +0000 (10:59 +0300)
committerGitHub <redacted>
Wed, 7 Jun 2023 07:59:52 +0000 (10:59 +0300)
commit5c64a0952ee58b2d742ee84e8e3d43cce5d366db
tree63f1b417d306780c4b766ec21024b64eae0a1890
parent5b57a5b72676540b6a45a3f527126299969ad241
k-quants : allow to optionally disable at compile time (#1734)

* k-quants : put behind optional compile flag LLAMA_K_QUANTS

* build : enable k-quants by default
CMakeLists.txt
Makefile
ggml-cuda.cu
ggml-quants-k.c [deleted file]
ggml-quants-k.h [deleted file]
ggml.c
k_quants.c [new file with mode: 0644]
k_quants.h [new file with mode: 0644]