Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SBrandeis committed Feb 23, 2024
1 parent e5a163d commit 48b1c76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/tasks/src/model-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ export interface ModelData {
*/
cardData?: {
inference?:
| boolean
| {
parameters?: Record<string, unknown>;
};
| boolean
| {
parameters?: Record<string, unknown>;
};
base_model?: string | string[];
};
/**
Expand Down

0 comments on commit 48b1c76

Please sign in to comment.