mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-27 08:21:30 +00:00
* ggml: add spacemit backend Change-Id: I249bdc043485d815a9c351867137bc1e27cc2e23 * add new line at end of file Change-Id: I889ed1c85fb45e62350ecde0c06f70450cadfbe2 * add riscv zba extension limit Change-Id: I321eb200f859751727afe5cae13074dfce2bb0ce * fixed for review comments, file renamed and format Change-Id: Ia20b6ec24a36638e62e0fe07cf100916a7cce3ce * fixed for code format, after clang-format Change-Id: I5dc33a0412da3d3f2d77075d8939185d3009eca2 * use _Float16 instead of __fp16 Change-Id: I039fb02bb95270e641bc4442204e658735859d43 * add ci for riscv64-spacemit-ime-native Change-Id: I711c1033061df1a289ea77891b2997599dfe8279 * update debian-13-riscv64-spacemit-ime-native ci label Change-Id: Ifb2b891e2fca57b5da604fce2ac255f27731179a * remove license comment for spacemit ime Change-Id: If0dc3ca30a958631ccca0a28b62e0b825f9fb0c3 * upgrade binutils for gcc ime Change-Id: Ibf2fa74c1064408974cb5b45f044d40987e5fb45 * add spacemit ime cross jobs Change-Id: I80d74909941d41cb9cd09e51d8baf01c985cbfc6 * remove native compile for riscv64-spacemit-ime Change-Id: I01920afafdc73fa7424014fd648d243f8ec9e25e * ci : add caching for spacemit ime cross toolchain Change-Id: Ic54a192019a2fd982bbd58225ce3bbc38f4053de * ci: bug fixed for cache path and env Change-Id: I28c42e10b6fff053bb6580926ca2353448cb042a * Update .github/workflows/build-linux-cross.yml for cache path Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com> * bugfixed for build-linux-cross.yml, syntax error Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com> --------- Co-authored-by: cailinxi <linxi.cai@spacemit.com> Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
111 lines
5.6 KiB
Plaintext
111 lines
5.6 KiB
Plaintext
# collaborators can optionally add themselves here to indicate their availability for reviewing related PRs
|
|
# multiplie collaborators per item can be specified
|
|
|
|
/.devops/*.Dockerfile @ngxson
|
|
/.github/actions/ @slaren
|
|
/.github/workflows/ @CISC
|
|
/.github/workflows/release.yml @slaren
|
|
/.github/workflows/winget.yml @slaren
|
|
/ci/ @ggerganov
|
|
/cmake/ @ggerganov
|
|
/common/CMakeLists.txt @ggerganov
|
|
/common/arg.* @ggerganov @ericcurtin
|
|
/common/base64.hpp.* @ggerganov
|
|
/common/build-info.* @ggerganov
|
|
/common/common.* @ggerganov
|
|
/common/console.* @ggerganov
|
|
/common/llguidance.* @ggerganov
|
|
/common/log.* @ggerganov
|
|
/common/sampling.* @ggerganov
|
|
/common/speculative.* @ggerganov
|
|
/convert_*.py @CISC
|
|
/examples/batched.swift/ @ggerganov
|
|
/examples/batched/ @ggerganov
|
|
/examples/convert-llama2c-to-ggml/ @ggerganov
|
|
/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
|
|
/examples/llama.android/ @ggerganov
|
|
/examples/llama.swiftui/ @ggerganov
|
|
/examples/llama.vim @ggerganov
|
|
/examples/lookahead/ @ggerganov
|
|
/examples/lookup/ @JohannesGaessler
|
|
/examples/model-conversion/ @danbev
|
|
/examples/parallel/ @ggerganov
|
|
/examples/passkey/ @ggerganov
|
|
/examples/retrieval/ @ggerganov
|
|
/examples/save-load-state/ @ggerganov
|
|
/examples/simple-chat/ @slaren
|
|
/examples/simple/ @slaren
|
|
/examples/speculative-simple/ @ggerganov
|
|
/examples/speculative/ @ggerganov
|
|
/ggml/cmake/ @ggerganov
|
|
/ggml/include/ @ggerganov @slaren
|
|
/ggml/src/ggml-alloc.c @slaren
|
|
/ggml/src/ggml-backend* @slaren
|
|
/ggml/src/ggml-blas/ @slaren
|
|
/ggml/src/ggml-common.h @ggerganov @slaren
|
|
/ggml/src/ggml-cpu/ @ggerganov @slaren
|
|
/ggml/src/ggml-cpu/spacemit/ @alex-spacemit
|
|
/ggml/src/ggml-cuda/common.cuh @slaren
|
|
/ggml/src/ggml-cuda/fattn* @JohannesGaessler
|
|
/ggml/src/ggml-cuda/ggml-cuda.cu @slaren
|
|
/ggml/src/ggml-cuda/mmf.* @JohannesGaessler
|
|
/ggml/src/ggml-cuda/mmq.* @JohannesGaessler
|
|
/ggml/src/ggml-cuda/mmvf.* @JohannesGaessler
|
|
/ggml/src/ggml-cuda/mmvq.* @JohannesGaessler
|
|
/ggml/src/ggml-impl.h @ggerganov @slaren
|
|
/ggml/src/ggml-metal/ @ggerganov
|
|
/ggml/src/ggml-opt.cpp @JohannesGaessler
|
|
/ggml/src/ggml-quants.* @ggerganov
|
|
/ggml/src/ggml-rpc/ @rgerganov
|
|
/ggml/src/ggml-threading.* @ggerganov @slaren
|
|
/ggml/src/ggml-vulkan/ @0cc4m
|
|
/ggml/src/ggml-zdnn/ @taronaeo @Andreas-Krebbel @AlekseiNikiforovIBM
|
|
/ggml/src/ggml.c @ggerganov @slaren
|
|
/ggml/src/ggml.cpp @ggerganov @slaren
|
|
/ggml/src/gguf.cpp @JohannesGaessler @Green-Sky
|
|
/gguf-py/ @CISC
|
|
/media/ @ggerganov
|
|
/scripts/gen* @ggerganov
|
|
/scripts/get* @ggerganov
|
|
/scripts/sync* @ggerganov
|
|
/src/ @ggerganov
|
|
/src/llama-adapter.* @CISC
|
|
/src/llama-arch.* @CISC
|
|
/src/llama-chat.* @ngxson
|
|
/src/llama-graph.* @CISC
|
|
/src/llama-model-loader.* @slaren
|
|
/src/llama-model.* @CISC
|
|
/src/llama-vocab.* @CISC
|
|
/tests/ @ggerganov
|
|
/tests/test-backend-ops.cpp @slaren
|
|
/tests/test-thread-safety.cpp @slaren
|
|
/tools/batched-bench/ @ggerganov
|
|
/tools/llama-bench/ @slaren
|
|
/tools/main/ @ggerganov
|
|
/tools/mtmd/ @ngxson
|
|
/tools/perplexity/ @ggerganov
|
|
/tools/quantize/ @ggerganov
|
|
/tools/rpc/ @rgerganov
|
|
/tools/run/ @ericcurtin
|
|
/tools/server/* @ngxson @ggerganov @ericcurtin # no subdir
|
|
/tools/server/webui/ @allozaur
|
|
/tools/tokenize/ @ggerganov
|
|
/tools/tts/ @ggerganov
|
|
/vendor/ @ggerganov
|
|
/.clang-format @slaren
|
|
/.clang-tidy @slaren
|
|
/AUTHORS @ggerganov
|
|
/CMakeLists.txt @ggerganov
|
|
/CONTRIBUTING.md @ggerganov
|
|
/LICENSE @ggerganov
|
|
/README.md @ggerganov
|
|
/SECURITY.md @ggerganov
|
|
/build-xcframework.sh @danbev
|
|
requirements*.txt @CISC
|