Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/";

Expand Down