Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Mar 27, 2024
1 parent 58cfca5 commit 1cdb66a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions atoma-inference/src/model_thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ use crate::{
types::{InferenceRequest, InferenceResponse},
};

pub enum CoreThreadCommand {
RunInference(InferenceRequest, oneshot::Sender<InferenceResponse>),
}

pub struct ModelThreadCommand(InferenceRequest, oneshot::Sender<InferenceResponse>);

#[derive(Debug, Error)]
Expand Down

0 comments on commit 1cdb66a

Please sign in to comment.