Skip to content

Commit

Permalink
Use 4k model
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Mar 1, 2024
1 parent 7ba3fe2 commit d6a31df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistralrs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async fn main() -> Result<()> {
},
Some(DType::F32),
Some("TheBloke/Mistral-7B-Instruct-v0.1-GGUF".to_string()),
Some("mistral-7b-instruct-v0.1.Q2_K.gguf".to_string()),
Some("mistral-7b-instruct-v0.1.Q4_K.gguf".to_string()),
);
let pipeline = loader.load_model(
None,
Expand Down

0 comments on commit d6a31df

Please sign in to comment.