Skip to content

Commit

Permalink
Merge pull request #120 from firstbatchxyz/ollama-workflow-and-tps-up…
Browse files Browse the repository at this point in the history
…dates

Ollama workflow and tps updates
  • Loading branch information
selimseker authored Sep 25, 2024
2 parents 229dd2e + fc77c64 commit f780fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sha3 = "0.10.8"
fastbloom-rs = "0.5.9"

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

# peer-to-peer
libp2p = { git = "https://github.com/anilaltuner/rust-libp2p.git", rev = "7ce9f9e", features = [
Expand Down
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 = 20.0;
const CHECK_TPS: f64 = 15.0;

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

0 comments on commit f780fdd

Please sign in to comment.