@@ -1041,11 +1041,11 @@ export const prebuiltAppConfig: AppConfig = {
1041
1041
context_window_size : 4096 ,
1042
1042
} ,
1043
1043
} ,
1044
- // Qwen2-Math
1044
+ // Qwen2.5 -Math
1045
1045
{
1046
1046
model :
1047
- "https://huggingface.co/mlc-ai/Qwen2-Math-1.5B-Instruct-q4f16_1-MLC" ,
1048
- model_id : "Qwen2-Math-1.5B-Instruct-q4f16_1-MLC" ,
1047
+ "https://huggingface.co/mlc-ai/Qwen2.5 -Math-1.5B-Instruct-q4f16_1-MLC" ,
1048
+ model_id : "Qwen2.5 -Math-1.5B-Instruct-q4f16_1-MLC" ,
1049
1049
model_lib :
1050
1050
modelLibURLPrefix +
1051
1051
modelVersion +
@@ -1058,8 +1058,8 @@ export const prebuiltAppConfig: AppConfig = {
1058
1058
} ,
1059
1059
{
1060
1060
model :
1061
- "https://huggingface.co/mlc-ai/Qwen2-Math-1.5B-Instruct-q4f32_1-MLC" ,
1062
- model_id : "Qwen2-Math-1.5B-Instruct-q4f32_1-MLC" ,
1061
+ "https://huggingface.co/mlc-ai/Qwen2.5 -Math-1.5B-Instruct-q4f32_1-MLC" ,
1062
+ model_id : "Qwen2.5 -Math-1.5B-Instruct-q4f32_1-MLC" ,
1063
1063
model_lib :
1064
1064
modelLibURLPrefix +
1065
1065
modelVersion +
@@ -1070,32 +1070,6 @@ export const prebuiltAppConfig: AppConfig = {
1070
1070
context_window_size : 4096 ,
1071
1071
} ,
1072
1072
} ,
1073
- {
1074
- model : "https://huggingface.co/mlc-ai/Qwen2-Math-7B-Instruct-q4f16_1-MLC" ,
1075
- model_id : "Qwen2-Math-7B-Instruct-q4f16_1-MLC" ,
1076
- model_lib :
1077
- modelLibURLPrefix +
1078
- modelVersion +
1079
- "/Qwen2-7B-Instruct-q4f16_1-ctx4k_cs1k-webgpu.wasm" ,
1080
- low_resource_required : false ,
1081
- vram_required_MB : 5106.67 ,
1082
- overrides : {
1083
- context_window_size : 4096 ,
1084
- } ,
1085
- } ,
1086
- {
1087
- model : "https://huggingface.co/mlc-ai/Qwen2-Math-7B-Instruct-q4f32_1-MLC" ,
1088
- model_id : "Qwen2-Math-7B-Instruct-q4f32_1-MLC" ,
1089
- model_lib :
1090
- modelLibURLPrefix +
1091
- modelVersion +
1092
- "/Qwen2-7B-Instruct-q4f32_1-ctx4k_cs1k-webgpu.wasm" ,
1093
- low_resource_required : false ,
1094
- vram_required_MB : 5900.09 ,
1095
- overrides : {
1096
- context_window_size : 4096 ,
1097
- } ,
1098
- } ,
1099
1073
// StableLM-zephyr-1.6B
1100
1074
{
1101
1075
model : "https://huggingface.co/mlc-ai/stablelm-2-zephyr-1_6b-q4f16_1-MLC" ,
@@ -1374,6 +1348,61 @@ export const prebuiltAppConfig: AppConfig = {
1374
1348
context_window_size : 4096 ,
1375
1349
} ,
1376
1350
} ,
1351
+ // Qwen2-Math
1352
+ {
1353
+ model :
1354
+ "https://huggingface.co/mlc-ai/Qwen2-Math-1.5B-Instruct-q4f16_1-MLC" ,
1355
+ model_id : "Qwen2-Math-1.5B-Instruct-q4f16_1-MLC" ,
1356
+ model_lib :
1357
+ modelLibURLPrefix +
1358
+ modelVersion +
1359
+ "/Qwen2-1.5B-Instruct-q4f16_1-ctx4k_cs1k-webgpu.wasm" ,
1360
+ low_resource_required : true ,
1361
+ vram_required_MB : 1629.75 ,
1362
+ overrides : {
1363
+ context_window_size : 4096 ,
1364
+ } ,
1365
+ } ,
1366
+ {
1367
+ model :
1368
+ "https://huggingface.co/mlc-ai/Qwen2-Math-1.5B-Instruct-q4f32_1-MLC" ,
1369
+ model_id : "Qwen2-Math-1.5B-Instruct-q4f32_1-MLC" ,
1370
+ model_lib :
1371
+ modelLibURLPrefix +
1372
+ modelVersion +
1373
+ "/Qwen2-1.5B-Instruct-q4f32_1-ctx4k_cs1k-webgpu.wasm" ,
1374
+ low_resource_required : true ,
1375
+ vram_required_MB : 1888.97 ,
1376
+ overrides : {
1377
+ context_window_size : 4096 ,
1378
+ } ,
1379
+ } ,
1380
+ {
1381
+ model : "https://huggingface.co/mlc-ai/Qwen2-Math-7B-Instruct-q4f16_1-MLC" ,
1382
+ model_id : "Qwen2-Math-7B-Instruct-q4f16_1-MLC" ,
1383
+ model_lib :
1384
+ modelLibURLPrefix +
1385
+ modelVersion +
1386
+ "/Qwen2-7B-Instruct-q4f16_1-ctx4k_cs1k-webgpu.wasm" ,
1387
+ low_resource_required : false ,
1388
+ vram_required_MB : 5106.67 ,
1389
+ overrides : {
1390
+ context_window_size : 4096 ,
1391
+ } ,
1392
+ } ,
1393
+ {
1394
+ model : "https://huggingface.co/mlc-ai/Qwen2-Math-7B-Instruct-q4f32_1-MLC" ,
1395
+ model_id : "Qwen2-Math-7B-Instruct-q4f32_1-MLC" ,
1396
+ model_lib :
1397
+ modelLibURLPrefix +
1398
+ modelVersion +
1399
+ "/Qwen2-7B-Instruct-q4f32_1-ctx4k_cs1k-webgpu.wasm" ,
1400
+ low_resource_required : false ,
1401
+ vram_required_MB : 5900.09 ,
1402
+ overrides : {
1403
+ context_window_size : 4096 ,
1404
+ } ,
1405
+ } ,
1377
1406
// Llama-3
1378
1407
{
1379
1408
model : "https://huggingface.co/mlc-ai/Llama-3-8B-Instruct-q4f32_1-MLC" ,
0 commit comments