We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfadd3 commit 77c1c20Copy full SHA for 77c1c20
src/llama_engine.cc
@@ -287,7 +287,7 @@ ggml_type kv_cache_type_from_str(const std::string& s) {
287
} // namespace
288
289
void LlamaEngine::Load(EngineLoadOption opts) {
290
- LOG_INFO << "Loading engine..";
+ LOG_DEBUG << "Loading engine..";
291
292
LOG_DEBUG << "Is custom engine path: " << opts.is_custom_engine_path;
293
LOG_DEBUG << "Engine path: " << opts.engine_path.string();
0 commit comments