mtmd: clarify that we no longer accept AI-generated PRs (#18406)
This commit is contained in:
parent
94de74e7b1
commit
cffa5c46ea
2 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue