Skip to content

ngx-transformers API / ngx-transformers / TransformersDtype

Type Alias: TransformersDtype

TransformersDtype = "fp32" | "fp16" | "q8" | "int8" | "uint8" | "q4" | "bnb4" | "q4f16"

Defined in: src/lib/transformers.models.ts:34

Weight formats Transformers.js can load; a checkpoint must ship the one you ask for.

MIT licensed. Models come from the Hugging Face Hub under their own licenses; check the one you ship.