Skip to content

Commit

Permalink
[Fix] Fix mismatch model link for Qwen2.5-0.5B-Instruct-q0f16-MLC
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieFRuan authored Sep 26, 2024
1 parent 0d6269c commit d4af932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ export const prebuiltAppConfig: AppConfig = {
},
},
{
model: "https://huggingface.co/mlc-ai/Qwen2-0.5B-Instruct-q0f16-MLC",
model: "https://huggingface.co/mlc-ai/Qwen2.5-0.5B-Instruct-q0f16-MLC",
model_id: "Qwen2.5-0.5B-Instruct-q0f16-MLC",
model_lib:
modelLibURLPrefix +
Expand Down

0 comments on commit d4af932

Please sign in to comment.