mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-02 14:35:42 +00:00
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:
@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user