Skip to content

Commit c04f0b1

Browse files
committed
remove duplicate break;
Signed-off-by: Molly Sophia <[email protected]>
1 parent b936d64 commit c04f0b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama-model.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,6 @@ void llama_model::load_hparams(llama_model_loader & ml) {
12311231
case 2048: type = LLM_TYPE_1_5B; break;
12321232
default: type = LLM_TYPE_UNKNOWN;
12331233
} break;
1234-
break;
12351234
case 28: type = LLM_TYPE_7B; break; // ARWKV7
12361235
default: type = LLM_TYPE_UNKNOWN;
12371236
}

0 commit comments

Comments
 (0)