Skip to content

Commit

Permalink
Additional lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuenca committed Dec 14, 2024
1 parent fffa582 commit fb345ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const SKUS = {
},
"RTX A2000": {
tflops: 7.987,
memory: [8, 12]
memory: [8, 12],
},
A100: {
tflops: 77.97,
Expand Down
1 change: 0 additions & 1 deletion packages/tasks/src/model-libraries-snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ config = Configuration(checkpoint = {"huggingface":{"repo_id":"${model.id}"}})
runner = DefaultRunner(config)`,
];


export const audiocraft = (model: ModelData): string[] => {
if (model.tags.includes("musicgen")) {
return musicgen(model);
Expand Down

0 comments on commit fb345ff

Please sign in to comment.