|
1 | 1 | # collaborators can optionally add themselves here to indicate their availability for reviewing related PRs
|
| 2 | +# multiplie collaborators per item can be specified |
2 | 3 |
|
3 |
| -/ci/ @ggerganov |
4 |
| -/.devops/*.Dockerfile @ngxson |
5 |
| -/tools/server/* @ngxson # no subdir |
6 |
| -/tools/server/webui/ @allozaur |
7 |
| -/tools/mtmd/ @ngxson |
8 |
| -/src/llama-chat.* @ngxson |
9 |
| -/ggml/src/ggml-cuda/fattn* @JohannesGaessler |
10 |
| -/ggml/src/ggml-cuda/mmq.* @JohannesGaessler |
11 |
| -/ggml/src/ggml-cuda/mmvq.* @JohannesGaessler |
12 |
| -/ggml/src/ggml-opt.cpp @JohannesGaessler |
13 |
| -/ggml/src/gguf.cpp @JohannesGaessler |
14 |
| -/ggml/src/ggml-vulkan/ @0cc4m |
15 |
| -/ggml/src/ggml-zdnn/ @taronaeo |
16 |
| -/.github/workflows/ @CISC |
17 |
| -/src/llama-adapter.* @CISC |
18 |
| -/src/llama-arch.* @CISC |
19 |
| -/src/llama-graph.* @CISC |
20 |
| -/src/llama-model.* @CISC |
21 |
| -/src/llama-vocab.* @CISC |
22 |
| -/gguf-py/ @CISC |
23 |
| -/convert_*.py @CISC |
24 |
| -requirements*.txt @CISC |
| 4 | +/.devops/*.Dockerfile @ngxson |
| 5 | +/.github/actions/ @slaren |
| 6 | +/.github/workflows/ @CISC |
| 7 | +/.github/workflows/release.yml @slaren |
| 8 | +/.github/workflows/winget.yml @slaren |
| 9 | +/ci/ @ggerganov |
| 10 | +/cmake/ @ggerganov |
| 11 | +/common/CMakeLists.txt @ggerganov |
| 12 | +/common/arg.* @ggerganov @ericcurtin |
| 13 | +/common/base64.hpp.* @ggerganov |
| 14 | +/common/build-info.* @ggerganov |
| 15 | +/common/common.* @ggerganov |
| 16 | +/common/console.* @ggerganov |
| 17 | +/common/llguidance.* @ggerganov |
| 18 | +/common/log.* @ggerganov |
| 19 | +/common/sampling.* @ggerganov |
| 20 | +/common/speculative.* @ggerganov |
| 21 | +/convert_*.py @CISC |
| 22 | +/examples/batched.swift/ @ggerganov |
| 23 | +/examples/batched/ @ggerganov |
| 24 | +/examples/convert-llama2c-to-ggml/ @ggerganov |
| 25 | +/examples/deprecation-warning/ @ggerganov |
| 26 | +/examples/diffusion/ @am17an |
| 27 | +/examples/embedding/ @ggerganov |
| 28 | +/examples/eval-callback/ @ggerganov |
| 29 | +/examples/export-docs/ @ggerganov |
| 30 | +/examples/gen-docs/ @ggerganov |
| 31 | +/examples/gguf/ @ggerganov |
| 32 | +/examples/llama.android/ @ggerganov |
| 33 | +/examples/llama.swiftui/ @ggerganov |
| 34 | +/examples/llama.vim @ggerganov |
| 35 | +/examples/lookahead/ @ggerganov |
| 36 | +/examples/lookup/ @JohannesGaessler |
| 37 | +/examples/parallel/ @ggerganov |
| 38 | +/examples/passkey/ @ggerganov |
| 39 | +/examples/retrieval/ @ggerganov |
| 40 | +/examples/save-load-state/ @ggerganov |
| 41 | +/examples/simple-chat/ @slaren |
| 42 | +/examples/simple/ @slaren |
| 43 | +/examples/speculative-simple/ @ggerganov |
| 44 | +/examples/speculative/ @ggerganov |
| 45 | +/ggml/cmake/ @ggerganov |
| 46 | +/ggml/include/ @ggerganov @slaren |
| 47 | +/ggml/src/ggml-alloc.c @slaren |
| 48 | +/ggml/src/ggml-backend* @slaren |
| 49 | +/ggml/src/ggml-blas/ @slaren |
| 50 | +/ggml/src/ggml-common.h @ggerganov @slaren |
| 51 | +/ggml/src/ggml-cpu/ @ggerganov @slaren |
| 52 | +/ggml/src/ggml-cuda/common.cuh @slaren |
| 53 | +/ggml/src/ggml-cuda/fattn* @JohannesGaessler |
| 54 | +/ggml/src/ggml-cuda/ggml-cuda.cu @slaren |
| 55 | +/ggml/src/ggml-cuda/mmf.* @JohannesGaessler |
| 56 | +/ggml/src/ggml-cuda/mmq.* @JohannesGaessler |
| 57 | +/ggml/src/ggml-cuda/mmvf.* @JohannesGaessler |
| 58 | +/ggml/src/ggml-cuda/mmvq.* @JohannesGaessler |
| 59 | +/ggml/src/ggml-impl.h @ggerganov @slaren |
| 60 | +/ggml/src/ggml-metal/ @ggerganov |
| 61 | +/ggml/src/ggml-opt.cpp @JohannesGaessler |
| 62 | +/ggml/src/ggml-quants.* @ggerganov |
| 63 | +/ggml/src/ggml-threading.* @ggerganov @slaren |
| 64 | +/ggml/src/ggml-vulkan/ @0cc4m |
| 65 | +/ggml/src/ggml-zdnn/ @taronaeo |
| 66 | +/ggml/src/ggml.c @ggerganov @slaren |
| 67 | +/ggml/src/ggml.cpp @ggerganov @slaren |
| 68 | +/ggml/src/gguf.cpp @JohannesGaessler @Green-Sky |
| 69 | +/gguf-py/ @CISC |
| 70 | +/media/ @ggerganov |
| 71 | +/scripts/gen* @ggerganov |
| 72 | +/scripts/get* @ggerganov |
| 73 | +/scripts/sync* @ggerganov |
| 74 | +/src/ @ggerganov |
| 75 | +/src/llama-adapter.* @CISC |
| 76 | +/src/llama-arch.* @CISC |
| 77 | +/src/llama-chat.* @ngxson |
| 78 | +/src/llama-graph.* @CISC |
| 79 | +/src/llama-model-loader.* @slaren |
| 80 | +/src/llama-model.* @CISC |
| 81 | +/src/llama-vocab.* @CISC |
| 82 | +/tests/ @ggerganov |
| 83 | +/tests/test-backend-ops.cpp @slaren |
| 84 | +/tests/test-thread-safety.cpp @slaren |
| 85 | +/tools/batched-bench/ @ggerganov |
| 86 | +/tools/llama-bench/ @slaren |
| 87 | +/tools/main/ @ggerganov |
| 88 | +/tools/mtmd/ @ngxson |
| 89 | +/tools/perplexity/ @ggerganov |
| 90 | +/tools/quantize/ @ggerganov |
| 91 | +/tools/run/ @ericcurtin |
| 92 | +/tools/server/* @ngxson @ggerganov @ericcurtin # no subdir |
| 93 | +/tools/server/webui/ @allozaur |
| 94 | +/tools/tokenize/ @ggerganov |
| 95 | +/tools/tts/ @ggerganov |
| 96 | +/vendor/ @ggerganov |
| 97 | +.clang-format @slaren |
| 98 | +.clang-tidy @slaren |
| 99 | +AUTHORS @ggerganov |
| 100 | +CMakeLists.txt @ggerganov |
| 101 | +CONTRIBUTING.md @ggerganov |
| 102 | +LICENSE @ggerganov |
| 103 | +README.md @ggerganov |
| 104 | +SECURITY.md @ggerganov |
| 105 | +requirements*.txt @CISC |
0 commit comments