diff --git a/llama.cpp b/llama.cpp index e5a9f709d..e5a85ad98 100644 --- a/llama.cpp +++ b/llama.cpp @@ -241,7 +241,7 @@ static const std::map LLM_ARCH_NAMES = { { LLM_ARCH_NOMIC_BERT, "nomic-bert" }, { LLM_ARCH_BLOOM, "bloom" }, { LLM_ARCH_STABLELM, "stablelm" }, - { LLM_ARCH_STABLELM, "stablelm2" }, + { LLM_ARCH_STABLELM2, "stablelm2" }, { LLM_ARCH_QWEN, "qwen" }, { LLM_ARCH_QWEN2, "qwen2" }, { LLM_ARCH_PHI2, "phi2" },