mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Add a KV cache to marian decoding. (#1226)
This commit is contained in:
@ -149,6 +149,6 @@ pub fn main() -> anyhow::Result<()> {
|
||||
if let Some(rest) = tokenizer.decode_rest().map_err(E::msg)? {
|
||||
print!("{rest}");
|
||||
}
|
||||
|
||||
println!();
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user