mtmd: add mtmd_context_params::warmup option (#17652)

* mtmd: add mtmd_context_params::warmup option

* reuse the common_params::warmup
This commit is contained in:
Xuan-Son Nguyen
2025-12-01 21:32:25 +01:00
committed by GitHub
parent 00c361fe53
commit ecf74a8417
6 changed files with 12 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ struct clip_context_params {
enum clip_flash_attn_type flash_attn_type;
int image_min_tokens;
int image_max_tokens;
bool warmup;
};
struct clip_init_result {