Skip to content

Commit 961d5f1

Browse files
authored
[iOS] Add Qwen2 support (#2547)
This PR add Qwen2 support to MLC Chat
1 parent 6bd049e commit 961d5f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/MLCChat/mlc-package-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
},
2121
{
22-
"model": "HF://mlc-ai/Qwen1.5-1.8B-Chat-q4f16_1-MLC",
23-
"model_id": "Qwen1.5-1.8B-Chat-q4f16_1-MLC",
22+
"model": "HF://mlc-ai/Qwen2-1.5B-Instruct-q4f16_1-MLC",
23+
"model_id": "Qwen2-1.5B-Instruct-q4f16_1-MLC",
2424
"estimated_vram_bytes": 2960000000,
2525
"overrides": {
2626
"prefill_chunk_size": 128,
@@ -37,4 +37,4 @@
3737
}
3838
}
3939
]
40-
}
40+
}

0 commit comments

Comments
 (0)