llama.cpp/src
Georgi Gerganov 1d801d27b9
graph : update attn/kv_self names
2025-02-14 17:22:55 +02:00
..
CMakeLists.txt llama : introduce llama_io interfaces 2025-02-13 12:25:54 +02:00
llama-adapter.cpp context : improve llama_context encapsulation 2025-02-12 12:15:04 +02:00
llama-adapter.h context : improve llama_context encapsulation 2025-02-12 12:15:04 +02:00
llama-arch.cpp llama : add support for GLM-Edge and GLM-Edge-V series models (#10573) 2025-02-02 09:48:46 +02:00
llama-arch.h Add Jinja template support (#11016) 2025-01-21 13:18:51 +00:00
llama-batch.cpp llama : refactor `src/llama.cpp` (#10902) 2025-01-03 10:18:53 +02:00
llama-batch.h context : remove batch_manager 2025-02-14 16:10:55 +02:00
llama-chat.cpp llama : add support for GLM-Edge and GLM-Edge-V series models (#10573) 2025-02-02 09:48:46 +02:00
llama-chat.h llama : add support for GLM-Edge and GLM-Edge-V series models (#10573) 2025-02-02 09:48:46 +02:00
llama-context.cpp graph : update attn/kv_self names 2025-02-14 17:22:55 +02:00
llama-context.h graph : update attn/kv_self names 2025-02-14 17:22:55 +02:00
llama-cparams.cpp llama : refactor `src/llama.cpp` (#10902) 2025-01-03 10:18:53 +02:00
llama-cparams.h llama : refactor `src/llama.cpp` (#10902) 2025-01-03 10:18:53 +02:00
llama-grammar.cpp nit: more informative crash when grammar sampler fails (#11593) 2025-02-02 19:58:34 +00:00
llama-grammar.h Tool call support (generic + native for Llama, Functionary, Hermes, Mistral, Firefunction, DeepSeek) w/ lazy grammars (#9639) 2025-01-30 19:13:58 +00:00
llama-graph.cpp context : introduce llama_graph_i 2025-02-12 13:49:44 +02:00
llama-graph.h graph : update attn/kv_self names 2025-02-14 17:22:55 +02:00
llama-hparams.cpp llama: add support for QRWKV6 model architecture (#11001) 2025-01-10 09:58:08 +08:00
llama-hparams.h llama : add `llama_vocab`, functions -> methods, naming (#11110) 2025-01-12 11:32:42 +02:00
llama-impl.cpp GGUF: C++ refactor, backend support, misc fixes (#11030) 2025-01-07 18:01:58 +01:00
llama-impl.h llama : refactor `src/llama.cpp` (#10902) 2025-01-03 10:18:53 +02:00
llama-io.cpp llama : introduce llama_io interfaces 2025-02-13 12:25:54 +02:00
llama-io.h llama : introduce llama_io interfaces 2025-02-13 12:25:54 +02:00
llama-kv-cache.cpp llama : introduce llama_io interfaces 2025-02-13 12:25:54 +02:00
llama-kv-cache.h context : remove batch_manager 2025-02-14 16:10:55 +02:00
llama-mmap.cpp mmap: add include for cerrno (#11296) 2025-01-20 16:02:43 +02:00
llama-mmap.h mmap : fix fileno macro clash (#11076) 2025-01-06 10:52:38 +02:00
llama-model-loader.cpp llama : minor fixes for up llama load model speed (#11448) 2025-01-27 14:42:09 +01:00
llama-model-loader.h llama : add `llama_model_load_from_splits` (#11255) 2025-01-16 13:54:08 +01:00
llama-model.cpp graph : update attn/kv_self names 2025-02-14 17:22:55 +02:00
llama-model.h context : rename to llama_context_kv_self 2025-02-12 17:16:44 +02:00
llama-quant.cpp llama : add `llama_model_load_from_splits` (#11255) 2025-01-16 13:54:08 +01:00
llama-quant.h llama : refactor `src/llama.cpp` (#10902) 2025-01-03 10:18:53 +02:00
llama-sampling.cpp llama : add llama_sampler_init for safe usage of llama_sampler_free (#11727) 2025-02-07 11:33:27 +02:00
llama-sampling.h llama : add `llama_vocab`, functions -> methods, naming (#11110) 2025-01-12 11:32:42 +02:00
llama-vocab.cpp vocab : correctly identify LF token for GPT-2 style BPE tokenizer (#11496) 2025-01-30 12:10:59 +02:00
llama-vocab.h llama : remove notion of CLS token (#11064) 2025-01-12 12:15:53 +02:00
llama.cpp context : abstract constructor and init 2025-02-13 17:17:51 +02:00
unicode-data.cpp server : better security control for public deployments (#9776) 2024-10-08 13:27:04 +02:00
unicode-data.h llama : reduce compile time and binary size (#9712) 2024-10-02 15:49:55 +02:00
unicode.cpp vocab : ignore invalid UTF-8 input in the BPE tokenizer (#11729) 2025-02-07 15:55:47 +02:00
unicode.h unicode : improve naming style (#10838) 2024-12-16 12:31:45 +02:00