Skip to content

Commit 14de5a5

Browse files
l3utterflyCISC
andauthored
fix styling issue
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 8974f22 commit 14de5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-memory-recurrent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ bool llama_memory_recurrent::state_read_data(llama_io_read_i & io, uint32_t cell
10181018
// For each layer, read the values for each cell (transposed)
10191019
for (uint32_t il = 0; il < n_layer; ++il) {
10201020
// skip null layers
1021-
if(s_l[il] == nullptr) continue;
1021+
if (s_l[il] == nullptr) continue;
10221022

10231023
const uint32_t n_embd_s = hparams.n_embd_s();
10241024

0 commit comments

Comments
 (0)