Skip to content

Commit b6b7fc4

Browse files
authored
Fix lint issue (#1183)
should fix lint issue introduced in #1163 will merge if lint CI gets green
1 parent d3518e9 commit b6b7fc4

File tree

1 file changed

+1
-3
lines changed
  • packages/tasks/src/tasks/text-generation

1 file changed

+1
-3
lines changed

packages/tasks/src/tasks/text-generation/data.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ const taskData: TaskDataCustom = {
6161
},
6262
],
6363
models: [
64-
{ description: "A text-generation model trained to follow instructions.",
65-
id: "google/gemma-2-2b-it",
66-
},
64+
{ description: "A text-generation model trained to follow instructions.", id: "google/gemma-2-2b-it" },
6765
{
6866
description: "Smaller variant of one of the most powerful models.",
6967
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",

0 commit comments

Comments
 (0)