2024-12-02 06:53:27 +00:00
|
|
|
# collaborators can optionally add themselves here to indicate their availability for reviewing related PRs
|
2026-04-16 10:13:11 +00:00
|
|
|
# multiple collaborators per item can be specified
|
|
|
|
|
#
|
|
|
|
|
# ggml-org/ci : CISC, danbev, ggerganov, netrunnereve, ngxson, taronaeo
|
|
|
|
|
# ggml-org/ggml-cann : hipudding
|
|
|
|
|
# ggml-org/ggml-cuda : JohannesGaessler, am17an, IMbackK, ORippler
|
|
|
|
|
# ggml-org/ggml-hexagon : lhez, max-krasnyansky
|
|
|
|
|
# ggml-org/ggml-metal : ggerganov
|
|
|
|
|
# ggml-org/ggml-opencl : lhez, max-krasnyansky
|
|
|
|
|
# ggml-org/ggml-rpc : rgerganov
|
|
|
|
|
# ggml-org/ggml-sycl : arthw
|
|
|
|
|
# ggml-org/ggml-vulkan : 0cc4m, jeffbolznv
|
|
|
|
|
# ggml-org/ggml-webgpu : reeselevine
|
|
|
|
|
# ggml-org/ggml-zdnn : taronaeo
|
|
|
|
|
# ggml-org/llama-common : ggerganov, aldehir, angt, danbev, ngxson, pwilkin
|
|
|
|
|
# ggml-org/llama-mtmd : ngxson
|
|
|
|
|
# ggml-org/llama-server : ggerganov, ngxson, allozaur, angt, ServeurpersoCom
|
|
|
|
|
# ggml-org/llama-webui : allozaur
|
2024-12-02 06:53:27 +00:00
|
|
|
|
2025-09-22 15:20:21 +00:00
|
|
|
/.devops/*.Dockerfile @ngxson
|
2026-03-15 13:26:10 +00:00
|
|
|
/.github/actions/ @ggml-org/ci
|
|
|
|
|
/.github/workflows/ @ggml-org/ci
|
2025-09-22 15:20:21 +00:00
|
|
|
/ci/ @ggerganov
|
|
|
|
|
/cmake/ @ggerganov
|
2026-03-15 13:26:10 +00:00
|
|
|
/common/ @ggml-org/llama-common
|
2026-04-21 06:54:36 +00:00
|
|
|
/common/fit.* @JohannesGaessler
|
2026-03-15 13:26:10 +00:00
|
|
|
/common/jinja/ @CISC
|
2026-01-28 17:42:42 +00:00
|
|
|
/common/ngram-map.* @srogmann
|
2025-09-22 15:20:21 +00:00
|
|
|
/convert_*.py @CISC
|
2026-03-23 21:57:18 +00:00
|
|
|
/docs/backend/snapdragon/ @ggml-org/ggml-hexagon
|
2025-09-22 15:20:21 +00:00
|
|
|
/examples/batched.swift/ @ggerganov
|
|
|
|
|
/examples/batched/ @ggerganov
|
|
|
|
|
/examples/convert-llama2c-to-ggml/ @ggerganov
|
2026-02-04 19:20:40 +00:00
|
|
|
/examples/debug/ @danbev @pwilkin
|
2025-09-22 15:20:21 +00:00
|
|
|
/examples/deprecation-warning/ @ggerganov
|
|
|
|
|
/examples/diffusion/ @am17an
|
|
|
|
|
/examples/embedding/ @ggerganov
|
|
|
|
|
/examples/eval-callback/ @ggerganov
|
|
|
|
|
/examples/export-docs/ @ggerganov
|
|
|
|
|
/examples/gen-docs/ @ggerganov
|
|
|
|
|
/examples/gguf/ @ggerganov
|
2025-12-17 08:14:47 +00:00
|
|
|
/examples/llama.android/ @ggerganov @hanyin-arm @naco-siren
|
2025-09-22 15:20:21 +00:00
|
|
|
/examples/llama.swiftui/ @ggerganov
|
|
|
|
|
/examples/llama.vim @ggerganov
|
|
|
|
|
/examples/lookahead/ @ggerganov
|
|
|
|
|
/examples/lookup/ @JohannesGaessler
|
2025-09-23 06:13:22 +00:00
|
|
|
/examples/model-conversion/ @danbev
|
2025-09-22 15:20:21 +00:00
|
|
|
/examples/parallel/ @ggerganov
|
|
|
|
|
/examples/passkey/ @ggerganov
|
|
|
|
|
/examples/retrieval/ @ggerganov
|
|
|
|
|
/examples/save-load-state/ @ggerganov
|
|
|
|
|
/examples/speculative-simple/ @ggerganov
|
|
|
|
|
/examples/speculative/ @ggerganov
|
|
|
|
|
/ggml/cmake/ @ggerganov
|
2025-11-25 12:00:23 +00:00
|
|
|
/ggml/include/ @ggerganov
|
2026-04-26 11:34:13 +00:00
|
|
|
/ggml/src/ggml-backend-meta.cpp @JohannesGaessler
|
2026-03-15 13:26:10 +00:00
|
|
|
/ggml/src/ggml-cann/ @ggml-org/ggml-cann
|
2025-11-25 12:00:23 +00:00
|
|
|
/ggml/src/ggml-common.h @ggerganov
|
|
|
|
|
/ggml/src/ggml-cpu/ @ggerganov
|
2025-09-29 14:50:44 +00:00
|
|
|
/ggml/src/ggml-cpu/spacemit/ @alex-spacemit
|
2026-03-15 13:26:10 +00:00
|
|
|
/ggml/src/ggml-cuda/ @ggml-org/ggml-cuda
|
2026-04-26 11:34:13 +00:00
|
|
|
/ggml/src/ggml-cuda/vendors/hip.h @IMbackK
|
2025-10-02 03:52:59 +00:00
|
|
|
/ggml/src/ggml-cuda/fattn-wmma* @IMbackK
|
2026-04-26 11:34:13 +00:00
|
|
|
/ggml/src/ggml-hexagon/ @ggml-org/ggml-hexagon
|
2025-10-02 03:52:59 +00:00
|
|
|
/ggml/src/ggml-hip/ @IMbackK
|
2025-11-25 12:00:23 +00:00
|
|
|
/ggml/src/ggml-impl.h @ggerganov
|
2026-03-15 13:26:10 +00:00
|
|
|
/ggml/src/ggml-metal/ @ggml-org/ggml-metal
|
|
|
|
|
/ggml/src/ggml-opencl/ @ggml-org/ggml-opencl
|
2026-04-26 11:34:13 +00:00
|
|
|
/ggml/src/ggml-openvino/ @cavusmustafa @wine99
|
2025-09-22 15:20:21 +00:00
|
|
|
/ggml/src/ggml-opt.cpp @JohannesGaessler
|
|
|
|
|
/ggml/src/ggml-quants.* @ggerganov
|
2026-03-15 13:26:10 +00:00
|
|
|
/ggml/src/ggml-rpc/ @ggml-org/ggml-rpc
|
|
|
|
|
/ggml/src/ggml-sycl/ @ggml-org/ggml-sycl
|
2025-11-25 12:00:23 +00:00
|
|
|
/ggml/src/ggml-threading.* @ggerganov
|
2026-01-28 09:49:40 +00:00
|
|
|
/ggml/src/ggml-virtgpu/ @kpouget
|
2026-04-26 11:34:13 +00:00
|
|
|
/ggml/src/ggml-vulkan/ @ggml-org/ggml-vulkan
|
2026-03-15 13:26:10 +00:00
|
|
|
/ggml/src/ggml-webgpu/ @ggml-org/ggml-webgpu
|
|
|
|
|
/ggml/src/ggml-zdnn/ @ggml-org/ggml-zdnn @Andreas-Krebbel @AlekseiNikiforovIBM
|
2025-11-25 12:00:23 +00:00
|
|
|
/ggml/src/ggml.c @ggerganov
|
|
|
|
|
/ggml/src/ggml.cpp @ggerganov
|
2025-09-22 15:20:21 +00:00
|
|
|
/ggml/src/gguf.cpp @JohannesGaessler @Green-Sky
|
|
|
|
|
/gguf-py/ @CISC
|
|
|
|
|
/media/ @ggerganov
|
|
|
|
|
/scripts/gen* @ggerganov
|
|
|
|
|
/scripts/get* @ggerganov
|
|
|
|
|
/scripts/sync* @ggerganov
|
2026-03-23 21:57:18 +00:00
|
|
|
/scripts/snapdragon/ @ggml-org/ggml-hexagon
|
2025-09-22 15:20:21 +00:00
|
|
|
/src/ @ggerganov
|
|
|
|
|
/src/llama-adapter.* @CISC
|
|
|
|
|
/src/llama-arch.* @CISC
|
|
|
|
|
/src/llama-chat.* @ngxson
|
|
|
|
|
/src/llama-graph.* @CISC
|
|
|
|
|
/src/llama-model.* @CISC
|
|
|
|
|
/src/llama-vocab.* @CISC
|
2025-11-01 07:55:25 +00:00
|
|
|
/src/models/ @CISC
|
2025-09-22 15:20:21 +00:00
|
|
|
/tests/ @ggerganov
|
2026-03-06 20:25:41 +00:00
|
|
|
/tests/test-chat.* @pwilkin
|
2026-03-15 13:26:10 +00:00
|
|
|
/tests/test-llama-archs.cpp @JohannesGaessler
|
2025-09-22 15:20:21 +00:00
|
|
|
/tools/batched-bench/ @ggerganov
|
2025-12-15 10:47:04 +00:00
|
|
|
/tools/cli/ @ngxson
|
|
|
|
|
/tools/completion/ @ggerganov
|
2026-03-15 13:26:10 +00:00
|
|
|
/tools/mtmd/ @ggml-org/llama-mtmd
|
2025-09-22 15:20:21 +00:00
|
|
|
/tools/perplexity/ @ggerganov
|
2026-03-06 20:25:41 +00:00
|
|
|
/tools/parser/ @pwilkin
|
2025-09-22 15:20:21 +00:00
|
|
|
/tools/quantize/ @ggerganov
|
2026-03-15 13:26:10 +00:00
|
|
|
/tools/rpc/ @ggml-org/ggml-rpc
|
|
|
|
|
/tools/server/* @ggml-org/llama-server # no subdir
|
2026-03-15 18:54:37 +00:00
|
|
|
/tools/server/tests/ @ggml-org/llama-server
|
2026-03-15 13:26:10 +00:00
|
|
|
/tools/server/webui/ @ggml-org/llama-webui
|
2025-09-22 15:20:21 +00:00
|
|
|
/tools/tokenize/ @ggerganov
|
|
|
|
|
/tools/tts/ @ggerganov
|
|
|
|
|
/vendor/ @ggerganov
|
2025-09-24 06:10:09 +00:00
|
|
|
/AUTHORS @ggerganov
|
|
|
|
|
/CMakeLists.txt @ggerganov
|
|
|
|
|
/CONTRIBUTING.md @ggerganov
|
|
|
|
|
/LICENSE @ggerganov
|
|
|
|
|
/README.md @ggerganov
|
|
|
|
|
/SECURITY.md @ggerganov
|
2025-09-26 05:53:36 +00:00
|
|
|
/build-xcframework.sh @danbev
|
2025-09-24 06:53:20 +00:00
|
|
|
requirements*.txt @CISC
|