Skip to content

Commit 77c1c20

Browse files
committed
chore: down log level
1 parent 8cfadd3 commit 77c1c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama_engine.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ ggml_type kv_cache_type_from_str(const std::string& s) {
287287
} // namespace
288288

289289
void LlamaEngine::Load(EngineLoadOption opts) {
290-
LOG_INFO << "Loading engine..";
290+
LOG_DEBUG << "Loading engine..";
291291

292292
LOG_DEBUG << "Is custom engine path: " << opts.is_custom_engine_path;
293293
LOG_DEBUG << "Engine path: " << opts.engine_path.string();

0 commit comments

Comments
 (0)