Skip to content

Commit d7ce884

Browse files
committed
Dont need that
1 parent 8e10e52 commit d7ce884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mistralrs-core/src/vision_models/phi4/inputs_processor.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ impl InputsProcessor for Phi4MMInputsProcessor {
206206
input_image_embeds: None,
207207
image_attention_mask: None,
208208
image_sizes: None,
209-
input_audio_embeds: None, // TODO!
210-
audio_embed_sizes: None, // TODO!
211-
audio_attention_mask: None, // TODO!
209+
input_audio_embeds: None,
210+
audio_embed_sizes: None,
211+
audio_attention_mask: None,
212212
}),
213213
paged_attn_meta,
214214
flash_meta,

0 commit comments

Comments
 (0)