From c2979551ee7b328d83e699a797d93bdf8d90ce05 Mon Sep 17 00:00:00 2001 From: Akaash Parthasarathy Date: Sun, 2 Nov 2025 01:47:54 -0400 Subject: [PATCH] Bump modelVersion to v0_2_80 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 0ca51eba..bddc69cf 100644 --- a/src/config.ts +++ b/src/config.ts @@ -288,7 +288,7 @@ export interface AppConfig { * @note The model version does not have to match the npm version, since not each npm update * requires an update of the model libraries. */ -export const modelVersion = "v0_2_48"; +export const modelVersion = "v0_2_80"; export const modelLibURLPrefix = "https://raw.githubusercontent.com/mlc-ai/binary-mlc-llm-libs/main/web-llm-models/";