Skip to content

Commit

Permalink
Remove debuggers
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 1, 2024
1 parent 8197e4d commit 057b612
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mistralrs-core/src/topology/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ impl Topology {
} else {
Device::Cpu
};
dbg!(&device, &range);

Some(device)
} else {
Expand Down
1 change: 0 additions & 1 deletion mistralrs-quant/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ pub fn linear_no_bias(
}
} else {
// Handle the case where the layer is dummy (no tensors)
dbg!(&vb.prefix());
if !vb.contains_tensor("weight") {
let layer = <DummyLayer as QuantMethod>::new(QuantMethodConfig::Dummy)?;
Arc::new(layer) as Arc<dyn QuantMethod>
Expand Down

0 comments on commit 057b612

Please sign in to comment.