We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43dac6 commit fc77c64Copy full SHA for fc77c64
src/config/mod.rs
@@ -15,7 +15,7 @@ use std::{env, time::Duration};
15
const CHECK_TIMEOUT_DURATION: Duration = Duration::from_secs(80);
16
17
/// Minimum tokens per second (TPS) for checking model performance during a generation.
18
-const CHECK_TPS: f64 = 20.0;
+const CHECK_TPS: f64 = 15.0;
19
20
#[derive(Debug, Clone)]
21
pub struct DriaComputeNodeConfig {
0 commit comments