We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inference
1 parent e51acb0 commit 42f1c72Copy full SHA for 42f1c72
packages/tasks/src/snippets/types.ts
@@ -7,5 +7,5 @@ import type { ModelData } from "../model-data";
7
*/
8
export type ModelDataMinimal = Pick<
9
ModelData,
10
- "id" | "pipeline_tag" | "mask_token" | "library_name" | "config" | "tags"
+ "id" | "pipeline_tag" | "mask_token" | "library_name" | "config" | "tags" | "inference"
11
>;
0 commit comments