@@ -149,19 +149,19 @@ appConfig.model_list.push(
149
149
} ,
150
150
} ) ;
151
151
152
- appConfig . model_list . push (
153
- {
154
- model : "https://huggingface.co/smalinin/Qwen2.5-14B-Instruct_q3f16_1-MLC" ,
155
- model_id : "Qwen2.5-14B-Instruct_q3f16_1-MLC" ,
156
- model_lib : "https://huggingface.co/smalinin/Qwen2.5-14B-Instruct_q3f16_1-MLC/resolve/main/Qwen2.5-14B-Instruct_q3f16_1-webgpu.wasm" ,
157
- low_resource_required : false ,
158
- vram_required_MB : 9300.0 ,
159
- required_features : [ "shader-f16" ] ,
160
- overrides : {
161
- context_window_size : 4096 ,
162
- prefill_chunk_size : 2048
163
- } ,
164
- } ) ;
152
+ // appConfig.model_list.push(
153
+ // {
154
+ // model: "https://huggingface.co/smalinin/Qwen2.5-14B-Instruct_q3f16_1-MLC",
155
+ // model_id: "Qwen2.5-14B-Instruct_q3f16_1-MLC",
156
+ // model_lib: "https://huggingface.co/smalinin/Qwen2.5-14B-Instruct_q3f16_1-MLC/resolve/main/Qwen2.5-14B-Instruct_q3f16_1-webgpu.wasm",
157
+ // low_resource_required: false,
158
+ // vram_required_MB: 9300.0,
159
+ // required_features: ["shader-f16"],
160
+ // overrides: {
161
+ // context_window_size: 4096,
162
+ // prefill_chunk_size: 2048
163
+ // },
164
+ // });
165
165
166
166
appConfig . model_list . push (
167
167
{
0 commit comments