llama_cpp_for_radxa_dragon_.../src
matteo ced44be342
llama-chat : fix wrong template in GLM4-0414 (#13140)
* fix wrong template in GLM4-0414

* fix spaces

* no bos token since it is already in the template

* moved the chatgml4 check to higher priority

* restored template for old GLM models

* moved the GLM4 template check in the correct place with correct check
2025-04-27 21:57:32 +02:00
..
CMakeLists.txt cmake : do not include ./src as public for libllama (#13062) 2025-04-24 16:00:10 +03:00
llama-adapter.cpp llama : make loras compatible with repacking (#12593) 2025-03-27 08:24:10 +02:00
llama-adapter.h
llama-arch.cpp llama : DeepSeek V2/V3 MLA implementation (#12801) 2025-04-15 09:49:57 +03:00
llama-arch.h llama : DeepSeek V2/V3 MLA implementation (#12801) 2025-04-15 09:49:57 +03:00
llama-batch.cpp
llama-batch.h
llama-chat.cpp llama-chat : fix wrong template in GLM4-0414 (#13140) 2025-04-27 21:57:32 +02:00
llama-chat.h mtmd : support SmolVLM (version 1 and 2) (#13050) 2025-04-22 16:24:54 +02:00
llama-context.cpp llama : fix K-shift with quantized K and BLAS backend (#13113) 2025-04-25 19:40:11 +02:00
llama-context.h llama : fix K-shift with quantized K and BLAS backend (#13113) 2025-04-25 19:40:11 +02:00
llama-cparams.cpp
llama-cparams.h Load all MoE experts during warmup (#11571) 2025-03-14 13:47:05 +01:00
llama-grammar.cpp
llama-grammar.h
llama-graph.cpp Force FP32 compute in GLM4 FFN Down (#13101) 2025-04-25 14:38:34 +02:00
llama-graph.h llama : DeepSeek V2/V3 MLA implementation (#12801) 2025-04-15 09:49:57 +03:00
llama-hparams.cpp
llama-hparams.h llama : DeepSeek V2/V3 MLA implementation (#12801) 2025-04-15 09:49:57 +03:00
llama-impl.cpp
llama-impl.h
llama-io.cpp
llama-io.h
llama-kv-cache.cpp llama : DeepSeek V2/V3 MLA implementation (#12801) 2025-04-15 09:49:57 +03:00
llama-kv-cache.h kv-cache : simplify + fix warning for recurrent models (#12756) 2025-04-04 21:48:10 +03:00
llama-memory.cpp
llama-memory.h kv-cache : simplify + fix warning for recurrent models (#12756) 2025-04-04 21:48:10 +03:00
llama-mmap.cpp mmap : skip resource limit checks on AIX (#12541) 2025-03-24 12:17:10 +02:00
llama-mmap.h
llama-model-loader.cpp model : print tensor size during load (#12711) 2025-04-02 16:38:54 +03:00
llama-model-loader.h llama : add option to override model tensor buffers (#11397) 2025-04-02 14:52:01 +02:00
llama-model.cpp graph : make FA compatible with MLA + add initial Metal kernels (#12953) 2025-04-17 18:16:36 +03:00
llama-model.h llama : DeepSeek V2/V3 MLA implementation (#12801) 2025-04-15 09:49:57 +03:00
llama-quant.cpp quantize: Handle user-defined quantization levels for additional tensors (#12511) 2025-04-13 21:29:28 +03:00
llama-quant.h
llama-sampling.cpp llama: fix error on bad grammar (#12628) 2025-03-28 18:08:52 +01:00
llama-sampling.h
llama-vocab.cpp mtmd : Support Pixtral 12B (#13065) 2025-04-23 20:21:59 +02:00
llama-vocab.h
llama.cpp llama : add option to override model tensor buffers (#11397) 2025-04-02 14:52:01 +02:00
unicode-data.cpp
unicode-data.h
unicode.cpp
unicode.h