WIP: Hadamard transforms for K-cache

This commit is contained in:
Kawrakow
2025-12-03 14:26:46 +00:00
parent 0581f90c0f
commit 9c17d5f176
13 changed files with 155 additions and 20 deletions

View File

@@ -440,6 +440,7 @@ extern "C" {
int min_experts;
float thresh_experts;
bool only_active_experts;
bool k_cache_hadamard; // if true, apply Hadamard transfrom to K-cache
// Abort callback
// if it returns true, execution of llama_decode() will be aborted