]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
mtmd: clarify that we no longer accept AI-generated PRs (#18406)
authorXuan-Son Nguyen <redacted>
Sun, 28 Dec 2025 08:57:04 +0000 (09:57 +0100)
committerGitHub <redacted>
Sun, 28 Dec 2025 08:57:04 +0000 (09:57 +0100)
tools/mtmd/models/models.h
tools/mtmd/mtmd.h

index 8d6d4ef67be320c051cb9c1a64b1174d5db02298..e08c33f353a5944a07f91a87ce19900dfb74e4f5 100644 (file)
@@ -2,6 +2,11 @@
 
 #include "../clip-graph.h"
 
+/*
+ * IMPORTANT: The mtmd module does NOT accept pull requests that are fully or predominantly AI-generated.
+ * We encourage human contributors to ensure the quality and reliability of the codebase.
+ */
+
 struct clip_graph_siglip : clip_graph {
     clip_graph_siglip(clip_ctx * ctx, const clip_image_f32 & img) : clip_graph(ctx, img) {}
     ggml_cgraph * build() override;
index 9f7e861e92f1ca7e6afc6460bab9e4ad17c83c86..44d05ceaee2482f972146d63598d56c64718197c 100644 (file)
@@ -27,6 +27,9 @@
  * - Make sure the C API is aligned with the libllama C API (as in llama.h)
  * - Do not include model name (e.g., qwen, gemma) in the API, use generic terms instead
  * - Keep the API minimal, do not expose internal details unless necessary
+ *
+ * IMPORTANT: The mtmd module does NOT accept pull requests that are fully or predominantly AI-generated.
+ * We encourage human contributors to ensure the quality and reliability of the codebase.
  */
 
 #ifdef LLAMA_SHARED