We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce0e52 commit 63fa216Copy full SHA for 63fa216
examples/chrome-extension/src/popup.ts
@@ -62,7 +62,7 @@ if (useWebGPU) {
62
}
63
});
64
65
- await cm.reload("Mistral-7B-Instruct-v0.1-q4f16_1", undefined, appConfig);
+ await cm.reload("Mistral-7B-Instruct-v0.2-q4f16_1", undefined, appConfig);
66
67
isLoadingParams = true;
68
} else {
0 commit comments