Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Jan 8, 2025
1 parent 9b6c592 commit 524a8d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mistralrs-core/src/vision_models/mllama/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl MLlamaModel {
attention_mechanism: AttentionImplementation,
) -> Result<Self> {
let real_dev = normal_loading_metadata.real_device.clone();
dbg!(&vb.pp("multi_modal_projector").get_unchecked("weight"));
Ok(Self {
vision_model: MLlamaVisionModel::new(
&cfg.vision_config,
Expand Down

0 comments on commit 524a8d9

Please sign in to comment.