Skip to content

Commit c4f708a

Browse files
llama : fix typo LAMMAFILE -> LLAMAFILE (#6974)
1 parent e00b4a8 commit c4f708a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17729,9 +17729,9 @@ const char * llama_print_system_info(void) {
1772917729
s += "VSX = " + std::to_string(ggml_cpu_has_vsx()) + " | ";
1773017730
s += "MATMUL_INT8 = " + std::to_string(ggml_cpu_has_matmul_int8()) + " | ";
1773117731
#ifdef GGML_USE_LLAMAFILE
17732-
s += "LAMMAFILE = 1 | ";
17732+
s += "LLAMAFILE = 1 | ";
1773317733
#else
17734-
s += "LAMMAFILE = 0 | ";
17734+
s += "LLAMAFILE = 0 | ";
1773517735
#endif
1773617736

1773717737
return s.c_str();

0 commit comments

Comments
 (0)