@@ -149,19 +149,19 @@ appConfig.model_list.push(
149149 } ,
150150 } ) ;
151151
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+ // });
165165
166166appConfig . model_list . push (
167167 {
0 commit comments