Skip to content

Commit 038e28b

Browse files
authored
Fix indentation (ok but for real)
1 parent 97594d2 commit 038e28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

candle-transformers/src/models/quantized_phi3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl LayerWeights {
136136
let q = self.apply_rotary_emb(&q, index_pos)?.contiguous()?;
137137
let k = self.apply_rotary_emb(&k, index_pos)?;
138138

139-
if index_pos == 0 {
139+
if index_pos == 0 {
140140
self.kv_cache.reset();
141141
}
142142
let (k, v) = self.kv_cache.append(&k.contiguous()?, &v.contiguous()?)?;

0 commit comments

Comments
 (0)