tests : fix log verbosity for test-llama-archs (#28147)

* tests : fix log verbosity for test-llama-archs

* cont : naming

* cont : add note
This commit is contained in:
Georgi Gerganov
2026-09-01 13:07:12 +03:00
committed by GitHub
parent 1b89a43e38
commit d086dbb348
3 changed files with 47 additions and 28 deletions
+2
View File
@@ -43,6 +43,8 @@ int common_log_get_verbosity_thold(void);
void common_log_set_verbosity_thold(int verbosity); // not thread-safe
int common_log_get_verbosity(enum ggml_log_level level);
void common_log_default_callback(enum ggml_log_level level, const char * text, void * user_data);
// the common_log uses an internal worker thread to print/write log messages