Skip to content

Commit 304f86e

Browse files
style: Fix spacing for size_s_bytes declaration
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 35c0233 commit 304f86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-memory-recurrent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class llama_memory_recurrent : public llama_memory_i {
116116
size_t total_size() const;
117117

118118
size_t size_r_bytes() const;
119-
size_t size_s_bytes () const;
119+
size_t size_s_bytes() const;
120120

121121
void state_write_meta(llama_io_write_i & io, const std::vector<std::pair<uint32_t, uint32_t>> & cell_ranges, llama_seq_id seq_id = -1) const;
122122
void state_write_data(llama_io_write_i & io, const std::vector<std::pair<uint32_t, uint32_t>> & cell_ranges) const;

0 commit comments

Comments
 (0)