Skip to content

Commit 82edf70

Browse files
committed
Added Qwen3 models
1 parent 20e8e6d commit 82edf70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ 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-4B')
123124
|| m.model_id.startsWith('Qwen3-8B'))
124125
appConfig.model_list.push(m);
125126
}

0 commit comments

Comments
 (0)