@norskvideo/ctl-commands 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commands.d.ts +1 -1
- package/package.json +1 -1
package/commands.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export interface SideloadFetchOpts {
|
|
|
83
83
|
/** Media image ref; needs nothing pulled, so a builder can seed for another host. */
|
|
84
84
|
image?: string;
|
|
85
85
|
/** Exactly which bundles to fetch, overriding the selector's default. */
|
|
86
|
-
bundle?: ("gpu-video" | "gpu-inference")[];
|
|
86
|
+
bundle?: ("gpu-video" | "gpu-inference" | "models" | "models-reasoning" | "llm-venv")[];
|
|
87
87
|
/** Fetch locally into this directory instead of through the daemon. */
|
|
88
88
|
cacheDir?: string;
|
|
89
89
|
}
|