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.
1 parent afc250e commit b340e69Copy full SHA for b340e69
packages/tasks/src/index.ts
@@ -49,6 +49,8 @@ import * as snippets from "./snippets/index.js";
49
export * from "./gguf.js";
50
51
export { snippets };
52
+export type { InferenceSnippet } from "./snippets/index.js";
53
+
54
55
export { SKUS, DEFAULT_MEMORY_OPTIONS } from "./hardware.js";
56
export type { HardwareSpec, SkuType } from "./hardware.js";
0 commit comments