mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-07-21 10:15:35 +00:00
GLM-DSA: add ability to use quantized indexer cache (#2075)
* GLM-DSA: improve TG performance even more * Fix crash when using MTP * GLM-DSA: much better PP performance (CPU-only) * GLM-DSA: allow for quantized indexer cache
This commit is contained in:
@@ -378,6 +378,7 @@ extern "C" {
|
||||
|
||||
enum ggml_type type_k;
|
||||
enum ggml_type type_v;
|
||||
enum ggml_type idx_type_k;
|
||||
uint32_t max_ctx_size;
|
||||
int32_t n_seq_max;
|
||||
int32_t n_ubatch;
|
||||
@@ -465,6 +466,7 @@ extern "C" {
|
||||
|
||||
enum ggml_type type_k; // data type for K cache [EXPERIMENTAL]
|
||||
enum ggml_type type_v; // data type for V cache [EXPERIMENTAL]
|
||||
enum ggml_type idx_type_k; // data type for indexer K cache [EXPERIMENTAL]
|
||||
enum ggml_type type_reduce; // data type for reduce operations
|
||||
enum ggml_type type_graph_attn; // flash-attn precision under -sm graph
|
||||
enum ggml_type type_k_first;
|
||||
|
||||
Reference in New Issue
Block a user