Skip to content

Commit fcb22b4

Browse files
committed
last spacing in format
1 parent 8447af4 commit fcb22b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

candle-transformers/src/models/smol/smollm3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ impl ModelForCausalLM {
463463
.narrow(1, l - 1, 1)?
464464
.apply(&self.lm_head)
465465
}
466-
466+
467467
pub fn clear_kv_cache(&mut self) {
468468
self.base.clear_kv_cache();
469469
}

0 commit comments

Comments
 (0)