Skip to content

Commit

Permalink
Tweak the default prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Apr 21, 2024
1 parent 232dc4b commit 5195f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-examples/examples/quantized-phi/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use candle_examples::token_output_stream::TokenOutputStream;
use candle_transformers::models::quantized_phi as model;
use model::ModelWeights;

const DEFAULT_PROMPT: &str = "My favorite theorem is ";
const DEFAULT_PROMPT: &str = "Write a function to count prime numbers up to N. ";

#[derive(Clone, Debug, Copy, PartialEq, Eq, ValueEnum)]
enum Which {
Expand Down

0 comments on commit 5195f39

Please sign in to comment.