Skip to content

Commit 48e1bef

Browse files
committed
export type ModelDataMinimal
1 parent 72b0d9b commit 48e1bef

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/tasks/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export type {
4646
export { SPECIAL_TOKENS_ATTRIBUTES } from "./tokenizer-data.js";
4747

4848
import * as snippets from "./snippets/index.js";
49+
export type { ModelDataMinimal } from "./snippets/index.js";
4950
export * from "./gguf.js";
5051

5152
export { snippets };

packages/tasks/src/snippets/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ import * as js from "./js.js";
55
export * from "./types.js";
66

77
export { inputs, curl, python, js };
8+
9+
export type { ModelDataMinimal } from "./types.js";

0 commit comments

Comments
 (0)