Skip to content

Commit

Permalink
Update tps value to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
anilaltuner authored Sep 20, 2024
1 parent 3c03474 commit b3745cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::{env, time::Duration};
const CHECK_TIMEOUT_DURATION: Duration = Duration::from_secs(80);

/// Minimum tokens per second (TPS) for checking model performance during a generation.
const CHECK_TPS: f64 = 5.0;
const CHECK_TPS: f64 = 20.0;

#[derive(Debug, Clone)]
pub struct DriaComputeNodeConfig {
Expand Down

0 comments on commit b3745cb

Please sign in to comment.