Skip to content

Commit e487433

Browse files
committed
Update models list
1 parent 5e120ae commit e487433

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/index.js

-15
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,6 @@ 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-
196181
appConfig.model_list.push(
197182
{
198183
model: "https://huggingface.co/smalinin/Qwen2.5-14B-Instruct_q4f32_1-MLC",

0 commit comments

Comments
 (0)