clip : improve projector naming (#13118)
* clip : improve projector naming * no more kv has_llava_projector * rm unused kv * rm more unused
This commit is contained in:
parent
77d5e9a76a
commit
4753791e70
3 changed files with 241 additions and 312 deletions
|
@ -114,8 +114,6 @@ CLIP_API bool clip_is_qwen2vl(const struct clip_ctx * ctx);
|
|||
CLIP_API bool clip_is_llava(const struct clip_ctx * ctx);
|
||||
CLIP_API bool clip_is_gemma3(const struct clip_ctx * ctx);
|
||||
|
||||
CLIP_API int get_deepest_feature_layer(const struct clip_ctx * ctx);
|
||||
|
||||
CLIP_API bool clip_encode_float_image (struct clip_ctx * ctx, int n_threads, float * img, int h, int w, float * vec);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue