mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-28 02:11:50 +00:00
Feat - add kimi 2.5 Vision (#1280)
* port kimi 25-vision from upstream * feat(clip): add support for Kimi K2.5 vision model
This commit is contained in:
committed by
GitHub
parent
04cf685e82
commit
51df09be8a
@@ -2279,6 +2279,7 @@ extern "C" {
|
||||
enum ggml_scale_mode {
|
||||
GGML_SCALE_MODE_NEAREST = 0,
|
||||
GGML_SCALE_MODE_BILINEAR = 1,
|
||||
GGML_SCALE_MODE_BICUBIC = 2,
|
||||
|
||||
GGML_SCALE_MODE_COUNT
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user