mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
llama : fix typo LAMMAFILE -> LLAMAFILE (#6974)
This commit is contained in:
parent
e00b4a8f81
commit
c4f708a93f
@ -17729,9 +17729,9 @@ const char * llama_print_system_info(void) {
|
||||
s += "VSX = " + std::to_string(ggml_cpu_has_vsx()) + " | ";
|
||||
s += "MATMUL_INT8 = " + std::to_string(ggml_cpu_has_matmul_int8()) + " | ";
|
||||
#ifdef GGML_USE_LLAMAFILE
|
||||
s += "LAMMAFILE = 1 | ";
|
||||
s += "LLAMAFILE = 1 | ";
|
||||
#else
|
||||
s += "LAMMAFILE = 0 | ";
|
||||
s += "LLAMAFILE = 0 | ";
|
||||
#endif
|
||||
|
||||
return s.c_str();
|
||||
|
Loading…
Reference in New Issue
Block a user