Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
covercash2 committed Nov 24, 2024
1 parent 50ae3a2 commit 2ab4517
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions djinn-core/src/lm/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,6 @@ impl Model {
}
}

// impl Lm for Mistral {
// // type Config = candle_transformers::models::mistral::Config;
// type Weights = Mistral;
//
// fn run(
// &mut self,
// prompt: String,
// config: RunConfig,
// model: Self::Weights,
// ) -> impl Stream<Item = Result<String>> + '_ {
// todo!()
// }
// }

impl ModelArchitecture {
pub async fn load_weights(
&self,
Expand Down

0 comments on commit 2ab4517

Please sign in to comment.