Skip to content

Commit 7658ae4

Browse files
committed
other llm
1 parent 2ba809f commit 7658ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/appShell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ export class AppShell extends BaseCustomWebComponentConstructorAppend {
520520
const initProgressCallback = (progress) => {
521521
op.innerText = "Model loading progress: " + Math.round(progress.progress * 100) + "%";
522522
};
523-
this.engine = await webllm.CreateMLCEngine("Qwen3-8B-q4f32_1-MLC", { initProgressCallback });
523+
this.engine = await webllm.CreateMLCEngine("Llama-3.2-3B-Instruct-q4f16_1-MLC", { initProgressCallback });
524524
op.innerText = '';
525525

526526
const ip = this._getDomElement<HTMLTextAreaElement>('llmInput');

0 commit comments

Comments
 (0)