Add tokenizer longhaul cache
This commit is contained in:
@@ -360,6 +360,8 @@ extern "C" {
|
||||
bool no_alloc; // only load metadata and simulate memory allocations
|
||||
|
||||
uint64_t longhaul_cache_bytes; // routed expert cache size for LLAMA_LOAD_MODE_LONGHAUL
|
||||
bool tokenizer_longhaul; // page Qwen3.5/Laguna tokenizer indexes through a bounded cache
|
||||
uint64_t tokenizer_longhaul_cache_bytes; // tokenizer-longhaul RAM cache budget
|
||||
};
|
||||
|
||||
struct llama_sampler_seq_config {
|
||||
|
||||
Reference in New Issue
Block a user