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 2ba809f commit 7658ae4Copy full SHA for 7658ae4
1 file changed
src/appShell.ts
@@ -520,7 +520,7 @@ export class AppShell extends BaseCustomWebComponentConstructorAppend {
520
const initProgressCallback = (progress) => {
521
op.innerText = "Model loading progress: " + Math.round(progress.progress * 100) + "%";
522
};
523
- this.engine = await webllm.CreateMLCEngine("Qwen3-8B-q4f32_1-MLC", { initProgressCallback });
+ this.engine = await webllm.CreateMLCEngine("Llama-3.2-3B-Instruct-q4f16_1-MLC", { initProgressCallback });
524
op.innerText = '';
525
526
const ip = this._getDomElement<HTMLTextAreaElement>('llmInput');
0 commit comments