Skip to content

Commit af91970

Browse files
authored
Bump modelVersion to v0_2_80 (#736)
Bump modelVersion to v0_2_80 after binary-mlc-llm-libs update (mlc-ai/binary-mlc-llm-libs@eb90a95)
1 parent 7754bce commit af91970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export interface AppConfig {
288288
* @note The model version does not have to match the npm version, since not each npm update
289289
* requires an update of the model libraries.
290290
*/
291-
export const modelVersion = "v0_2_48";
291+
export const modelVersion = "v0_2_80";
292292
export const modelLibURLPrefix =
293293
"https://raw.githubusercontent.com/mlc-ai/binary-mlc-llm-libs/main/web-llm-models/";
294294

0 commit comments

Comments
 (0)