We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6403f19 commit d0565e8Copy full SHA for d0565e8
src/llama-arch.h
@@ -441,5 +441,5 @@ llm_arch llm_arch_from_string(const std::string & name);
441
442
const llm_tensor_info & llm_tensor_info_for(llm_tensor tensor);
443
444
-bool llm_arch_is_recurrent(const llm_arch& arch);
445
-bool llm_arch_is_hybrid (const llm_arch& arch);
+bool llm_arch_is_recurrent(const llm_arch & arch);
+bool llm_arch_is_hybrid (const llm_arch & arch);
0 commit comments