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 7754bce commit c297955Copy full SHA for c297955
src/config.ts
@@ -288,7 +288,7 @@ export interface AppConfig {
288
* @note The model version does not have to match the npm version, since not each npm update
289
* requires an update of the model libraries.
290
*/
291
-export const modelVersion = "v0_2_48";
+export const modelVersion = "v0_2_80";
292
export const modelLibURLPrefix =
293
"https://raw.githubusercontent.com/mlc-ai/binary-mlc-llm-libs/main/web-llm-models/";
294
0 commit comments