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