Skip to content

Commit 42f1c72

Browse files
committed
[ModelDataMinimal] add inference
1 parent e51acb0 commit 42f1c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/snippets/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import type { ModelData } from "../model-data";
77
*/
88
export type ModelDataMinimal = Pick<
99
ModelData,
10-
"id" | "pipeline_tag" | "mask_token" | "library_name" | "config" | "tags"
10+
"id" | "pipeline_tag" | "mask_token" | "library_name" | "config" | "tags" | "inference"
1111
>;

0 commit comments

Comments
 (0)