From 91a3db9e7d7c27b731388139cf532e13e2821161 Mon Sep 17 00:00:00 2001 From: Ashish <1856117+ashishdatta@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:27:07 -0700 Subject: [PATCH] Formatting --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },