BF16 GGUF

#4
by kapa1 - opened

Hi, can you post a BF16 GGUF of your Qwen3.8-27B

Thanks for the request. Unfortunately, I don’t currently have the capacity to host and maintain a separate BF16 GGUF.

The original BF16 checkpoint is already publicly available here:
https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-BF16

A BF16 GGUF is a mechanical format conversion of those same weights. The resulting GGUF is approximately 54.6 GB, compared with 55.6 GB for the source repository. On my setup, once the
weights are local, the conversion takes roughly 30 seconds; downloading the weights is normally the time-consuming part.

Hosting another near-identical full-size artifact would not be a responsible use of the project’s paid storage. However, I’ve published complete, agent-ready conversion instructions
here:

https://huggingface.co/Blackfrost-AI/Qwen3.8-27B-ABLITERATED-GGUF/blob/main/GGUF_conversion_agent_instructions.md

You can give that file directly to a coding agent. It includes pinned revisions, the exact BF16 conversion command, disk requirements, metadata and checksum validation, embedded MTP
preservation, a smoke test, and instructions for reusing the existing F16 vision projector.

Thanks for the reply, and the link, the safetensors are what I need 😊️ #soulhash.ai

Ahhh got you OK cool I’ll get those to you today

Sign up or log in to comment