Skip to content

Commit

Permalink
Debug the dummy run
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Feb 20, 2025
1 parent b802206 commit 72b6a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistralrs-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ impl MistralRs {
let ResponseOk::Done(res) = resp.as_result().unwrap() else {
panic!();
};
dbg!(res.choices[0].message);
dbg!(&res.choices[0].message);
let end = Instant::now();
info!(
"Dummy run completed in {}s.",
Expand Down

0 comments on commit 72b6a9f

Please sign in to comment.