Skip to content

Commit ba72dbd

Browse files
committed
Update model list
1 parent 3e76d56 commit ba72dbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ for(const m of webllm.prebuiltAppConfig.model_list) {
120120
if (m.model_id.startsWith('Qwen2.5-7B')
121121
|| (m.model_id.startsWith('Llama-3.1-8B-') && !m.model_id.endsWith('-1k'))
122122
|| m.model_id.startsWith('Hermes-3-Llama-3.1')
123-
|| m.model_id.startsWith('Qwen3-1.7B')
124123
|| m.model_id.startsWith('Qwen3-4B')
125124
|| m.model_id.startsWith('Qwen3-8B'))
126125
appConfig.model_list.push(m);

0 commit comments

Comments
 (0)