Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler authored Apr 30, 2024
1 parent c290721 commit 60a4242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistralrs-bench/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ use mistralrs_core::{
ModelSelected, Request, RequestMessage, Response, SamplingParams, SchedulerMethod, TokenSource,
Usage,
};
use std::fmt::Display;
use std::sync::Arc;
use tokio::sync::mpsc::channel;
use std::fmt::Display;
use tracing::info;
use tracing::level_filters::LevelFilter;
use tracing_subscriber::EnvFilter;
Expand Down

0 comments on commit 60a4242

Please sign in to comment.