Skip to content

Commit c858cd2

Browse files
pwilkinCISC
andauthored
Update src/llama-model.h
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 70e69bd commit c858cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ enum llm_type {
7676
LLM_TYPE_32B,
7777
LLM_TYPE_34B,
7878
LLM_TYPE_35B,
79-
LLM_TYPE_36B, // Seed OSS
79+
LLM_TYPE_36B,
8080
LLM_TYPE_40B,
8181
LLM_TYPE_65B,
8282
LLM_TYPE_70B,

0 commit comments

Comments
 (0)