Views
No views yet
q4f16 ONNX build of onnx-community/Qwen3-4B-ONNX, mirrored
as the pinned download source for the Mole AI browser extension.q4f16 graph plus
tokenizer and config. For every other precision, use the upstream repo.1import { pipeline } from "@huggingface/transformers";
2
3const pipe = await pipeline("text-generation", "latentdivergence/burrow-qwen3-4b-q4f16", {
4 dtype: "q4f16",
5 device: "webgpu",
6});