adjust batching eligibility

This commit is contained in:
Concedo
2026-05-11 21:54:32 +08:00
parent 2771e16fbc
commit 286e62267e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3550,7 +3550,7 @@ static bool batch_inputs_eligible(const generation_inputs & inputs)
{
return false;
}
if(draft_ctx || guidance_ctx || clp_ctx_v || clp_ctx_a)
if(draft_ctx || guidance_ctx || inputs.images_len>0 || inputs.audio_len>0)
{
return false;
}