mirror of
https://github.com/ollama/ollama.git
synced 2025-11-13 04:36:41 +01:00
Refine debug logging for llm
This wires up logging in llama.cpp to always go to stderr, and also turns up logging if OLLAMA_DEBUG is set.
This commit is contained in:
@@ -45,6 +45,7 @@ typedef struct ext_server_params {
|
||||
bool embedding; // get only sentence embedding
|
||||
ext_server_lora_adapter_t *lora_adapters;
|
||||
char *mmproj;
|
||||
bool verbose_logging; // Enable verbose logging of the server
|
||||
} ext_server_params_t;
|
||||
|
||||
typedef struct ext_server_task_result {
|
||||
|
||||
Reference in New Issue
Block a user