diff --git a/llm.cpp b/llm.cpp index 58766a37..8741b303 100644 --- a/llm.cpp +++ b/llm.cpp @@ -52,7 +52,7 @@ bool LLMObject::loadModel() } if (m_llmodel) { - m_modelName = info.baseName().remove(0, 5); // remove the ggml- prefix + m_modelName = info.completeBaseName().remove(0, 5); // remove the ggml- prefix emit modelNameChanged(); }