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 3e76d56 commit ba72dbdCopy full SHA for ba72dbd
src/index.js
@@ -120,7 +120,6 @@ 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-1.7B')
124
|| m.model_id.startsWith('Qwen3-4B')
125
|| m.model_id.startsWith('Qwen3-8B'))
126
appConfig.model_list.push(m);
0 commit comments