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 e00b4a8 commit c4f708aCopy full SHA for c4f708a
llama.cpp
@@ -17729,9 +17729,9 @@ const char * llama_print_system_info(void) {
17729
s += "VSX = " + std::to_string(ggml_cpu_has_vsx()) + " | ";
17730
s += "MATMUL_INT8 = " + std::to_string(ggml_cpu_has_matmul_int8()) + " | ";
17731
#ifdef GGML_USE_LLAMAFILE
17732
- s += "LAMMAFILE = 1 | ";
+ s += "LLAMAFILE = 1 | ";
17733
#else
17734
- s += "LAMMAFILE = 0 | ";
+ s += "LLAMAFILE = 0 | ";
17735
#endif
17736
17737
return s.c_str();
0 commit comments