llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Add verbose flag for model loading

Open grahameth opened this issue 1 year ago • 0 comments

Right now, the console is spammed with a lot of information about the model when llama_load_model_from_file is called. This PR adds a verbose flag so that you can optionally disable this.

grahameth avatar Jun 26 '23 16:06 grahameth