Skip to content

Commit

Permalink
fixed lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AMKCode committed Sep 12, 2024
1 parent b04fc2c commit fe084a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,20 +419,20 @@ export const prebuiltAppConfig: AppConfig = {
model: "https://huggingface.co/mlc-ai/Hermes-3-Llama-3.1-8B-q4f32_1-MLC",
model_id: "Hermes-3-Llama-3.1-8B-q4f32_1-MLC",
model_lib:
modelLibURLPrefix +
modelLibURLPrefix +
modelVersion +
"/Llama-3-8B-Instruct-q4f32_1-ctx4k_cs1k-webgpu.wasm",
vram_required_MB: 5779.27,
low_resource_required: false,
overrides: {
context_window_size: 4096,
}
},
},
{
model: "https://huggingface.co/mlc-ai/Hermes-3-Llama-3.1-8B-q4f16_1-MLC",
model_id: "Hermes-3-Llama-3.1-8B-q4f16_1-MLC",
model_lib:
modelLibURLPrefix +
modelLibURLPrefix +
modelVersion +
"/Llama-3-8B-Instruct-q4f16_1-ctx4k_cs1k-webgpu.wasm",
vram_required_MB: 4876.13,
Expand Down

0 comments on commit fe084a0

Please sign in to comment.