koboldcpp/src
Concedo e706d33367 Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.devops/intel.Dockerfile
#	.devops/rocm.Dockerfile
#	.github/workflows/build.yml
#	.github/workflows/release.yml
#	CODEOWNERS
#	ci/run.sh
#	docs/backend/SYCL.md
#	ggml/CMakeLists.txt
#	ggml/src/ggml-cuda/fattn-wmma-f16.cu
#	ggml/src/ggml-hip/CMakeLists.txt
#	ggml/src/ggml-musa/CMakeLists.txt
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	ggml/src/ggml-webgpu/wgsl-shaders/rms_norm.wgsl
#	tests/test-backend-ops.cpp
#	tests/test-barrier.cpp
#	tests/test-chat.cpp
2025-10-03 16:44:33 +08:00
..
llama-adapter.cpp aLoRA Support (#15327) 2025-09-05 17:32:39 -06:00
llama-adapter.h aLoRA Support (#15327) 2025-09-05 17:32:39 -06:00
llama-arch.cpp model : Apertus model implementation (#15852) 2025-10-02 20:43:22 +03:00
llama-arch.h model : Apertus model implementation (#15852) 2025-10-02 20:43:22 +03:00
llama-batch.cpp hope i didnt break anything 2025-08-14 21:42:24 +08:00
llama-batch.h llama : reuse compute graphs (#14482) 2025-07-17 19:08:33 +03:00
llama-chat.cpp model : add grok-2 support (#15539) 2025-09-14 23:00:59 +02:00
llama-chat.h model : add grok-2 support (#15539) 2025-09-14 23:00:59 +02:00
llama-context.cpp Merge branch 'upstream' into concedo_experimental 2025-09-27 17:09:14 +08:00
llama-context.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-cparams.cpp cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) 2025-06-15 10:08:58 +03:00
llama-cparams.h llama : bump max seq limit from 64 to 256 (#15916) 2025-09-18 12:47:56 +03:00
llama-grammar.cpp Add memoized cache to llama_grammar_reject_candidates_for_stack (#1615) 2025-06-25 19:22:19 +08:00
llama-grammar.h tool-call: fix Qwen 2.5 Coder support, add micro benchmarks, support trigger patterns for lazy grammars (#12034) 2025-03-05 13:05:13 +00:00
llama-graph.cpp model : add GroveMoE support (#15510) 2025-09-25 19:50:28 +02:00
llama-graph.h llama : add support for qwen3 reranker (#15824) 2025-09-25 11:53:09 +03:00
llama-hparams.cpp kv-cache : fix SWA checks + disable cacheless iSWA (#15811) 2025-09-05 10:39:22 +03:00
llama-hparams.h model : Apertus model implementation (#15852) 2025-10-02 20:43:22 +03:00
llama-impl.cpp extend log 2025-06-26 18:52:44 +08:00
llama-impl.h llama: use FA + max. GPU layers by default (#15434) 2025-08-30 16:32:10 +02:00
llama-io.cpp llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 2025-03-13 12:35:44 +02:00
llama-io.h llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 2025-03-13 12:35:44 +02:00
llama-kv-cache-iswa.cpp Merge branch 'upstream' into concedo_experimental 2025-09-27 17:09:14 +08:00
llama-kv-cache-iswa.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-kv-cache.cpp Merge branch 'upstream' into concedo_experimental 2025-09-27 17:09:14 +08:00
llama-kv-cache.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-kv-cells.h llama : remove KV cache defragmentation logic (#15473) 2025-08-22 12:22:13 +03:00
llama-memory-hybrid.cpp llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-memory-hybrid.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-memory-recurrent.cpp Merge branch 'upstream' into concedo_experimental 2025-09-27 17:09:14 +08:00
llama-memory-recurrent.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-memory.cpp memory : correctly handle failure in apply() (#14438) 2025-06-30 18:03:03 +03:00
llama-memory.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-mmap.cpp readjusted mistral and oai template, fixed compile issue on termux, updated lite, show generated token ids in debug mode 2025-08-07 21:14:48 +08:00
llama-mmap.h llama-mmap: fix missing include (#11796) 2025-02-10 20:58:18 +02:00
llama-model-loader.cpp Merge branch 'upstream' into concedo_experimental 2025-10-03 16:44:33 +08:00
llama-model-loader.h model: support GLM 4.5 family of models (#14939) 2025-08-04 20:29:25 +02:00
llama-model-saver.cpp llama : improve sep token handling (#14272) 2025-06-20 14:04:09 +02:00
llama-model-saver.h llama/ggml: add LLM training support (#10544) 2025-05-12 14:44:49 +02:00
llama-model.cpp Merge branch 'upstream' into concedo_experimental 2025-10-03 16:44:33 +08:00
llama-model.h model : Apertus model implementation (#15852) 2025-10-02 20:43:22 +03:00
llama-quant.cpp Merge commit '8f8f2274ee' into concedo_experimental 2025-09-21 08:58:23 +08:00
llama-quant.h llama : refactor src/llama.cpp (#10902) 2025-01-03 10:18:53 +02:00
llama-sampling.cpp sampling : optimize dist sampler (#15704) 2025-09-03 18:16:26 +03:00
llama-sampling.h llama : add llama_vocab, functions -> methods, naming (#11110) 2025-01-12 11:32:42 +02:00
llama-vocab.cpp Merge branch 'upstream' into concedo_experimental 2025-09-27 17:09:14 +08:00
llama-vocab.h Merge commit '8f8f2274ee' into concedo_experimental 2025-09-21 08:58:23 +08:00
llama.cpp Merge branch 'upstream' into concedo_experimental 2025-09-13 12:25:30 +08: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 Merge branch 'upstream' into concedo_experimental 2025-07-16 12:03:54 +08:00
unicode.h devops: add s390x & ppc64le CI (#15925) 2025-09-27 02:03:33 +08:00