Skip to content

Commit 6648fa9

Browse files
committed
Update models list
1 parent 865e1b0 commit 6648fa9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/index.js

+13-13
Original file line numberDiff line numberDiff line change
@@ -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

166166
appConfig.model_list.push(
167167
{

0 commit comments

Comments
 (0)