Skip to content

Commit

Permalink
revert (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh authored Apr 24, 2024
1 parent b727df6 commit 1c9b528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async fn generate(
let start_time = Instant::now();
metrics::increment_counter!("lorax_request_count");

tracing::info!("Input: {}", req.0.inputs);
tracing::debug!("Input: {}", req.0.inputs);

let compute_characters = req.0.inputs.chars().count();
let mut add_prompt = None;
Expand Down Expand Up @@ -624,7 +624,7 @@ async fn generate_stream_with_callback(
let start_time = Instant::now();
metrics::increment_counter!("lorax_request_count");

tracing::info!("Input: {}", req.0.inputs);
tracing::debug!("Input: {}", req.0.inputs);

let compute_characters = req.0.inputs.chars().count();

Expand Down

0 comments on commit 1c9b528

Please sign in to comment.