Skip to content

Commit d0565e8

Browse files
committed
style: Fix spacing for ref
Branch: HybridRecurrentCache Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent 6403f19 commit d0565e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/llama-arch.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,5 +441,5 @@ llm_arch llm_arch_from_string(const std::string & name);
441441

442442
const llm_tensor_info & llm_tensor_info_for(llm_tensor tensor);
443443

444-
bool llm_arch_is_recurrent(const llm_arch& arch);
445-
bool llm_arch_is_hybrid (const llm_arch& arch);
444+
bool llm_arch_is_recurrent(const llm_arch & arch);
445+
bool llm_arch_is_hybrid (const llm_arch & arch);

0 commit comments

Comments
 (0)