Skip to content

Commit 63fa216

Browse files
authored
[Fix] Small typo on chrome extension example (#317)
1 parent dce0e52 commit 63fa216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chrome-extension/src/popup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if (useWebGPU) {
6262
}
6363
});
6464

65-
await cm.reload("Mistral-7B-Instruct-v0.1-q4f16_1", undefined, appConfig);
65+
await cm.reload("Mistral-7B-Instruct-v0.2-q4f16_1", undefined, appConfig);
6666

6767
isLoadingParams = true;
6868
} else {

0 commit comments

Comments
 (0)