File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -2280,5 +2280,42 @@ export const prebuiltAppConfig: AppConfig = {
22802280 vram_required_MB : 238.71 ,
22812281 model_type : ModelType . embedding ,
22822282 } ,
2283+ // Ministral 3
2284+ {
2285+ model :
2286+ "https://huggingface.co/mlc-ai/Ministral-3-3B-Base-2512-q4f16_1-MLC" ,
2287+ model_id : "Ministral-3-3B-Base-2512-q4f16_1-MLC" ,
2288+ model_lib :
2289+ modelLibURLPrefix +
2290+ modelVersion +
2291+ "/Ministral-3-3B-Base-2512-q4f16_1-ctx4k_cs1k-webgpu.wasm" ,
2292+ overrides : {
2293+ context_window_size : 4096 ,
2294+ } ,
2295+ } ,
2296+ {
2297+ model :
2298+ "https://huggingface.co/mlc-ai/Ministral-3-3B-Reasoning-2512-q4f16_1-MLC" ,
2299+ model_id : "Ministral-3-3B-Reasoning-2512-q4f16_1-MLC" ,
2300+ model_lib :
2301+ modelLibURLPrefix +
2302+ modelVersion +
2303+ "/Ministral-3-3B-Reasoning-2512-q4f16_1-ctx4k_cs1k-webgpu.wasm" ,
2304+ overrides : {
2305+ context_window_size : 4096 ,
2306+ } ,
2307+ } ,
2308+ {
2309+ model :
2310+ "https://huggingface.co/mlc-ai/Ministral-3-3B-Instruct-2512-BF16-q4f16_1-MLC" ,
2311+ model_id : "Ministral-3-3B-Instruct-2512-BF16-q4f16_1-MLC" ,
2312+ model_lib :
2313+ modelLibURLPrefix +
2314+ modelVersion +
2315+ "/Ministral-3-3B-Instruct-2512-BF16-q4f16_1-ctx4k_cs1k-webgpu.wasm" ,
2316+ overrides : {
2317+ context_window_size : 4096 ,
2318+ } ,
2319+ } ,
22832320 ] ,
22842321} ;
You can’t perform that action at this time.
0 commit comments