Skip to content

Commit

Permalink
[Fix] Small typo on chrome extension example (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieFRuan committed Feb 27, 2024
1 parent dce0e52 commit 63fa216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chrome-extension/src/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if (useWebGPU) {
}
});

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

isLoadingParams = true;
} else {
Expand Down

0 comments on commit 63fa216

Please sign in to comment.