Views
No views yet
q4f16 ONNX build of onnx-community/LFM2-1.2B-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/mole-lfm2-1.2b-q4f16", {
4 dtype: "q4f16",
5 device: "webgpu",
6});