|
|
@@ -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
|