Type Alias: ModelOpts<B>
ModelOpts<
B> =object
Defined in: constants/modelRegistry.ts:53
Options for a models accessor call.
Type Parameters
B
Subset of Backend that the accessor actually supports.
Properties
backend?
optionalbackend:B
Defined in: constants/modelRegistry.ts:57
Explicit backend; defaults to the platform-preferred backend for the model.
quant?
optionalquant:boolean
Defined in: constants/modelRegistry.ts:55
Pick the non-quantized variant when false. Defaults to the quantized variant when one is published.