BonfyreFPQ — BF16 safetensors format. Drop-in replacement, no special loader required.
Standard BF16 safetensors — load directly in PyTorch, diffusers, or any HuggingFace-compatible framework:
1from safetensors.torch import load_file
2weights = load_file("model.safetensors")
Or load with the transformers library as usual.
Per-weight cosine similarity ~0.9999 at ~4 bits/weight.
See
verified benchmarks.
1git clone https://github.com/Nickgonzales76017/bonfyre-oss.git && cd bonfyre-oss/cmd/BonfyreFPQ && make
2./bonfyre-fpq algebra-compress input.safetensors output.safetensors --bits 3