mcut
@mcut/transcription-local

WhisperDtype

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / transcription-local/src / WhisperDtype

Type Alias: WhisperDtype

type WhisperDtype = "auto" | "fp32" | "fp16" | "q8" | "int8" | "uint8" | "q4" | "q4f16";

Defined in: packages/transcription-local/src/protocol.ts:6

Quantization levels the worker accepts (transformers.js DataType subset).

On this page