Skip to content

Commit d4af932

Browse files
authored
[Fix] Fix mismatch model link for Qwen2.5-0.5B-Instruct-q0f16-MLC
1 parent 0d6269c commit d4af932

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
@@ -991,7 +991,7 @@ export const prebuiltAppConfig: AppConfig = {
991991
},
992992
},
993993
{
994-
model: "https://huggingface.co/mlc-ai/Qwen2-0.5B-Instruct-q0f16-MLC",
994+
model: "https://huggingface.co/mlc-ai/Qwen2.5-0.5B-Instruct-q0f16-MLC",
995995
model_id: "Qwen2.5-0.5B-Instruct-q0f16-MLC",
996996
model_lib:
997997
modelLibURLPrefix +

0 commit comments

Comments
 (0)