Skip to content

Commit f780fdd

Browse files
authored
Merge pull request #120 from firstbatchxyz/ollama-workflow-and-tps-updates
Ollama workflow and tps updates
2 parents 229dd2e + fc77c64 commit f780fdd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sha3 = "0.10.8"
4545
fastbloom-rs = "0.5.9"
4646

4747
# workflows
48-
ollama-workflows = { git = "https://github.com/andthattoo/ollama-workflows", rev = "80f8e71e" }
48+
ollama-workflows = { git = "https://github.com/andthattoo/ollama-workflows", rev = "320d923" }
4949

5050
# peer-to-peer
5151
libp2p = { git = "https://github.com/anilaltuner/rust-libp2p.git", rev = "7ce9f9e", features = [

src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use std::{env, time::Duration};
1515
const CHECK_TIMEOUT_DURATION: Duration = Duration::from_secs(80);
1616

1717
/// Minimum tokens per second (TPS) for checking model performance during a generation.
18-
const CHECK_TPS: f64 = 20.0;
18+
const CHECK_TPS: f64 = 15.0;
1919

2020
#[derive(Debug, Clone)]
2121
pub struct DriaComputeNodeConfig {

0 commit comments

Comments
 (0)