koboldcpp/ggml/src
Concedo 754fef5204 Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.devops/cuda.Dockerfile
#	.devops/musa.Dockerfile
#	.github/workflows/build.yml
#	README.md
#	docs/docker.md
#	examples/imatrix/imatrix.cpp
#	examples/llama-bench/llama-bench.cpp
#	examples/main/README.md
#	examples/perplexity/perplexity.cpp
#	examples/server/README.md
#	ggml/src/ggml-cpu/ggml-cpu.c
#	ggml/src/ggml-cuda/CMakeLists.txt
#	models/templates/deepseek-ai-DeepSeek-R1-Distill-Llama-8B.jinja
#	models/templates/deepseek-ai-DeepSeek-R1-Distill-Qwen-32B.jinja
#	scripts/get_chat_template.py
#	scripts/sync-ggml.last
#	tests/test-chat.cpp
#	tests/test-gguf.cpp
#	tests/test-sampling.cpp
2025-02-15 00:49:46 +08:00
..
ggml-blas Merge branch 'upstream' into concedo_experimental 2024-11-26 17:01:20 +08:00
ggml-cann Merge branch 'upstream' into concedo_experimental 2024-12-15 15:30:10 +08:00
ggml-cpu Merge branch 'upstream' into concedo_experimental 2025-02-15 00:49:46 +08:00
ggml-cuda Merge branch 'upstream' into concedo_experimental 2025-02-15 00:49:46 +08:00
ggml-metal Merge branch 'upstream' into concedo_experimental 2025-02-07 00:52:31 +08:00
ggml-opencl common, examples, ggml : fix MSYS2 GCC compiler errors and warnings when building with LLAMA_CURL=ON and GGML_OPENCL=ON (#11013) 2024-12-31 01:46:06 +01:00
ggml-rpc Merge branch 'upstream' into concedo_experimental 2025-02-08 01:31:49 +08:00
ggml-sycl Merge branch 'upstream' into concedo_experimental 2025-02-08 01:31:49 +08:00
ggml-vulkan Merge branch 'upstream' into concedo_experimental 2025-02-15 00:49:46 +08:00
ggml-alloc.c vulkan: use smaller combined allocations to avoid fragmentation (#11551) 2025-02-06 07:02:18 +01:00
ggml-backend-impl.h rpc : early register backend devices (#11262) 2025-01-17 10:57:09 +02:00
ggml-backend-reg.cpp Merge branch 'upstream' into concedo_experimental 2025-01-09 16:50:29 +08:00
ggml-backend.cpp Merge commit '017cc5f446' into concedo_experimental 2025-01-08 23:15:21 +08:00
ggml-common.h CUDA: use arch list for compatibility check (#11775) 2025-02-11 00:17:22 +01:00
ggml-impl.h GGUF: C++ refactor, backend support, misc fixes (#11030) 2025-01-07 18:01:58 +01:00
ggml-opt.cpp ggml-opt: fix data corruption (ggml/1022) 2024-11-21 09:22:02 +02:00
ggml-quants.c ggml : refactor online repacking (#10446) 2024-12-07 14:37:50 +02:00
ggml-quants.h ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-threading.cpp ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-threading.h remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#10797) 2024-12-12 19:02:49 +01:00
ggml-vulkan-shaders.cpp Merge branch 'upstream' into concedo_experimental 2025-02-07 00:52:31 +08:00
ggml-vulkan-shaders.hpp Merge branch 'upstream' into concedo_experimental 2025-02-07 00:52:31 +08:00
ggml.c Merge branch 'upstream' into concedo_experimental 2025-02-14 11:34:29 +08:00
gguf.cpp Merge branch 'upstream' into concedo_experimental 2025-01-21 00:25:07 +08:00