Skip to content

Commit 91a3db9

Browse files
committed
Formatting
1 parent 15a5e7d commit 91a3db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ static const std::map<llm_arch, const char *> LLM_ARCH_NAMES = {
241241
{ LLM_ARCH_NOMIC_BERT, "nomic-bert" },
242242
{ LLM_ARCH_BLOOM, "bloom" },
243243
{ LLM_ARCH_STABLELM, "stablelm" },
244-
{ LLM_ARCH_STABLELM, "stablelm2" },
244+
{ LLM_ARCH_STABLELM2, "stablelm2" },
245245
{ LLM_ARCH_QWEN, "qwen" },
246246
{ LLM_ARCH_QWEN2, "qwen2" },
247247
{ LLM_ARCH_PHI2, "phi2" },

0 commit comments

Comments
 (0)