Skip to content

Commit 5e120ae

Browse files
committed
Update models list
1 parent 6648fa9 commit 5e120ae

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/index.js

+15
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,21 @@ appConfig.model_list.push(
178178
});
179179

180180

181+
appConfig.model_list.push(
182+
{
183+
model: "https://huggingface.co/smalinin/Qwen2.5-14B-Instruct_q4f16_2-MLC",
184+
model_id: "Qwen2.5-14B-Instruct_q4f16_2-MLC",
185+
model_lib: "https://huggingface.co/smalinin/Qwen2.5-14B-Instruct_q4f16_2-MLC/resolve/main/Qwen2.5-14B-Instruct_q4f16_2-webgpu.wasm",
186+
low_resource_required: false,
187+
vram_required_MB: 13020.0,
188+
required_features: ["shader-f16"],
189+
overrides: {
190+
context_window_size: 4096,
191+
prefill_chunk_size: 2048
192+
},
193+
});
194+
195+
181196
appConfig.model_list.push(
182197
{
183198
model: "https://huggingface.co/smalinin/Qwen2.5-14B-Instruct_q4f32_1-MLC",

0 commit comments

Comments
 (0)