Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AMKCode committed Sep 12, 2024
1 parent 33f4146 commit b04fc2c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ export const prebuiltAppConfig: AppConfig = {
},
},
{
model:
"https://huggingface.co/mlc-ai/Hermes-3-Llama-3.1-8B-q4f32_1-MLC",
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 +

Check failure on line 422 in src/config.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
Expand All @@ -430,8 +429,7 @@ export const prebuiltAppConfig: AppConfig = {
}

Check failure on line 429 in src/config.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
},
{
model:
"https://huggingface.co/mlc-ai/Hermes-3-Llama-3.1-8B-q4f16_1-MLC",
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 +

Check failure on line 435 in src/config.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
Expand All @@ -441,7 +439,7 @@ export const prebuiltAppConfig: AppConfig = {
low_resource_required: false,
overrides: {
context_window_size: 4096,
}
},
},
{
model:
Expand Down

0 comments on commit b04fc2c

Please sign in to comment.