Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Apr 7, 2024
1 parent a65ac25 commit 45a43ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions atoma-inference/src/model_thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ impl ModelThreadDispatcher {
model_senders.insert(model_name.clone(), model_sender.clone());

let join_handle = dispatch_model_thread(
model_type,
model_name,
api_key.clone(),
cache_dir.clone(),
model_name,
model_type,
model_config,
public_key,
model_receiver,
Expand Down Expand Up @@ -178,10 +178,10 @@ impl ModelThreadDispatcher {
}

fn dispatch_model_thread(
model_type: ModelType,
model_name: String,
api_key: String,
cache_dir: PathBuf,
model_name: String,
model_type: ModelType,
model_config: ModelConfig,
public_key: PublicKey,
model_receiver: mpsc::Receiver<ModelThreadCommand>,
Expand Down

0 comments on commit 45a43ec

Please sign in to comment.