We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e8e6d commit 82edf70Copy full SHA for 82edf70
src/index.js
@@ -120,6 +120,7 @@ for(const m of webllm.prebuiltAppConfig.model_list) {
120
if (m.model_id.startsWith('Qwen2.5-7B')
121
|| (m.model_id.startsWith('Llama-3.1-8B-') && !m.model_id.endsWith('-1k'))
122
|| m.model_id.startsWith('Hermes-3-Llama-3.1')
123
+ || m.model_id.startsWith('Qwen3-4B')
124
|| m.model_id.startsWith('Qwen3-8B'))
125
appConfig.model_list.push(m);
126
}
0 commit comments