Skip to content

Commit

Permalink
Fix linter (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuenca authored Dec 16, 2024
1 parent 0a280ca commit 5e30578
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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
2 changes: 1 addition & 1 deletion packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
snippets: snippets.transformersJS,
filter: true,
},
"trellis": {
trellis: {
prettyLabel: "Trellis",
repoName: "Trellis",
repoUrl: "https://github.com/microsoft/TRELLIS",
Expand Down

0 comments on commit 5e30578

Please sign in to comment.