llama.cpp
llama.cpp copied to clipboard
Add verbose flag for model loading
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.