1#[derive(Debug)] 2pub struct ImageChunkBatchSizeMismatch { 3 pub image_tokens: u32, 4 pub n_batch: u32, 5}