mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-02-06 16:40:34 +01:00
typos
This commit is contained in:
parent
06b00827a0
commit
67bb367962
2
Makefile
2
Makefile
@ -237,7 +237,7 @@ k_quants.o: k_quants.c k_quants.h
|
||||
endif # LLAMA_NO_K_QUANTS
|
||||
|
||||
ifndef LLAMA_NO_TUNE
|
||||
CFLAGS += -DGGML_USE_TUNE -DGGML_TUNE_NDEBUG
|
||||
CFLAGS += -DGGML_USE_TUNE #-DGGML_TUNE_NDEBUG
|
||||
CXXFLAGS += -DGGML_USE_TUNE
|
||||
endif
|
||||
|
||||
|
@ -83,7 +83,7 @@ int ggml_mulmat_tune_select_task_profile(struct ggml_mulmat_tune *tune, int M,
|
||||
|
||||
#ifndef GGML_TUNE_NDEBUG
|
||||
printf("\n[tune] M: %3d, N: %5d, K: %5d, profile id: %d, "
|
||||
"backends: %s %s %s\n",
|
||||
"profile name: %s\n",
|
||||
M, N, K, prof->id, prof->name);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user