| .. |
|
CMakeLists.txt
|
13b4548877
cmake : do not include ./src as public for libllama (#13062)
|
hai 8 meses |
|
llama-adapter.cpp
|
f28bc4c286
llama : make loras compatible with repacking (#12593)
|
hai 9 meses |
|
llama-adapter.h
|
e0dbec0bc6
llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181)
|
hai 10 meses |
|
llama-arch.cpp
|
5f5e39e1ba
model : Nomic Embed Text V2 with Mixture-of-Experts (MoE) architecture (#12466)
|
hai 8 meses |
|
llama-arch.h
|
5f5e39e1ba
model : Nomic Embed Text V2 with Mixture-of-Experts (MoE) architecture (#12466)
|
hai 8 meses |
|
llama-batch.cpp
|
f66f582927
llama : refactor `src/llama.cpp` (#10902)
|
hai 1 ano |
|
llama-batch.h
|
e0dbec0bc6
llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181)
|
hai 10 meses |
|
llama-chat.cpp
|
4e87962e34
mtmd : fix glm-edge redundant token count (#13139)
|
hai 8 meses |
|
llama-chat.h
|
e5d6c2554e
llama-chat : fix typo GML --> GLM (#13143)
|
hai 8 meses |
|
llama-context.cpp
|
16a457facd
fix typo: `n_ctx_pre_seq` -> `n_ctx_per_seq` (#13221)
|
hai 8 meses |
|
llama-context.h
|
295354ea68
llama : fix K-shift with quantized K and BLAS backend (#13113)
|
hai 8 meses |
|
llama-cparams.cpp
|
f66f582927
llama : refactor `src/llama.cpp` (#10902)
|
hai 1 ano |
|
llama-cparams.h
|
8fcb563613
Load all MoE experts during warmup (#11571)
|
hai 10 meses |
|
llama-grammar.cpp
|
669912d9a5
`tool-call`: fix Qwen 2.5 Coder support, add micro benchmarks, support trigger patterns for lazy grammars (#12034)
|
hai 10 meses |
|
llama-grammar.h
|
669912d9a5
`tool-call`: fix Qwen 2.5 Coder support, add micro benchmarks, support trigger patterns for lazy grammars (#12034)
|
hai 10 meses |
|
llama-graph.cpp
|
b6ce7430b7
llama-graph : fix text position for mrope (#13159)
|
hai 8 meses |
|
llama-graph.h
|
d2b2031e5f
llama : (mrope) allow using normal 1D position for text token (#13138)
|
hai 8 meses |
|
llama-hparams.cpp
|
081bee8c64
hparams : add SWA rope parameters (#12374)
|
hai 10 meses |
|
llama-hparams.h
|
5f5e39e1ba
model : Nomic Embed Text V2 with Mixture-of-Experts (MoE) architecture (#12466)
|
hai 8 meses |
|
llama-impl.cpp
|
53ff6b9b9f
GGUF: C++ refactor, backend support, misc fixes (#11030)
|
hai 1 ano |
|
llama-impl.h
|
fef0cbeadf
cleanup: fix compile warnings associated with gnu_printf (#11811)
|
hai 11 meses |
|
llama-io.cpp
|
e0dbec0bc6
llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181)
|
hai 10 meses |
|
llama-io.h
|
e0dbec0bc6
llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181)
|
hai 10 meses |
|
llama-kv-cache.cpp
|
daa422881a
llama : DeepSeek V2/V3 MLA implementation (#12801)
|
hai 9 meses |
|
llama-kv-cache.h
|
3e1d29348b
kv-cache : simplify + fix warning for recurrent models (#12756)
|
hai 9 meses |
|
llama-memory.cpp
|
e0dbec0bc6
llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181)
|
hai 10 meses |
|
llama-memory.h
|
3e1d29348b
kv-cache : simplify + fix warning for recurrent models (#12756)
|
hai 9 meses |
|
llama-mmap.cpp
|
c54f6b7988
mmap : skip resource limit checks on AIX (#12541)
|
hai 10 meses |
|
llama-mmap.h
|
19b392d58d
llama-mmap: fix missing include (#11796)
|
hai 11 meses |
|
llama-model-loader.cpp
|
833e2b7409
model : print tensor size during load (#12711)
|
hai 9 meses |
|
llama-model-loader.h
|
e0e912f49b
llama : add option to override model tensor buffers (#11397)
|
hai 9 meses |
|
llama-model.cpp
|
a70183eb00
llama-model : fix the reported size class for nomic-embed-text-v2-moe (#13223)
|
hai 8 meses |
|
llama-model.h
|
a70183eb00
llama-model : fix the reported size class for nomic-embed-text-v2-moe (#13223)
|
hai 8 meses |
|
llama-quant.cpp
|
71e90e8813
quantize: Handle user-defined quantization levels for additional tensors (#12511)
|
hai 9 meses |
|
llama-quant.h
|
f66f582927
llama : refactor `src/llama.cpp` (#10902)
|
hai 1 ano |
|
llama-sampling.cpp
|
d9d398f84f
sampling : when top-k <= 0 -> noop (#13173)
|
hai 8 meses |
|
llama-sampling.h
|
afa8a9ec9b
llama : add `llama_vocab`, functions -> methods, naming (#11110)
|
hai 1 ano |
|
llama-vocab.cpp
|
ecda2ec4b3
mtmd : Support Pixtral 12B (#13065)
|
hai 8 meses |
|
llama-vocab.h
|
08f10f69c3
llama : remove notion of CLS token (#11064)
|
hai 1 ano |
|
llama.cpp
|
e0e912f49b
llama : add option to override model tensor buffers (#11397)
|
hai 9 meses |
|
unicode-data.cpp
|
458367a906
server : better security control for public deployments (#9776)
|
hai 1 ano |
|
unicode-data.h
|
a39ab216aa
llama : reduce compile time and binary size (#9712)
|
hai 1 ano |
|
unicode.cpp
|
68ff663a04
repo : update links to new url (#11886)
|
hai 11 meses |
|
unicode.h
|
08ea539df2
unicode : improve naming style (#10838)
|
hai 1 ano |