mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
fixed quantized-gemma example (#2914)
* fixed quantized-gemma example * lint
This commit is contained in:
@ -224,7 +224,7 @@ fn main() -> anyhow::Result<()> {
|
||||
}
|
||||
}
|
||||
// Format for Gemma 3 chat/instruction format
|
||||
format!("<start_of_turn>user\n{prompt}\n<end_of_turn>\n<start_of_turn>model\n")
|
||||
format!("<start_of_turn> user\n{prompt}<end_of_turn>\n<start_of_turn> model\n")
|
||||
}
|
||||
};
|
||||
print!("{}", &prompt_str);
|
||||
|
Reference in New Issue
Block a user