alst10/ROCmFPX-my-model
0
๐ ROCmFPX Model Converter (alst10/ROCmFPX-my-model)
This Hugging Face Space provides an automated pipeline and GUI interface to convert standard machine learning weights (Safetensors, Hugging Face repositories, standard GGUF binaries, and ONNX models) into experimental ROCmFPX GGUF formats.
The resulting GGUF binaries are optimized for inference on AMD architectures (such as Strix Halo, RDNA3/4, and CDNA).
โจ Features
- Hugging Face / Safetensors Support: Direct conversion from HF Repo IDs or local Safetensors weight directories.
- GGUF Re-quantization: Downscale or convert standard GGUF models into specialized ROCmFPX formats.
- ONNX Unpacking: Unpack ONNX weight initializers into standard format for ROCmFPX pipeline processing.
- Pure CPU Execution: Model quantization runs entirely on system CPU RAM. No GPU hardware is required for conversion.
๐ Supported ROCmFPX Formats
๐ ๏ธ Usage
- Open the Gradio Web UI in your Space browser (
https://huggingface.co/spaces/alst10/ROCmFPX-my-model). - Select your input tab:
- Hugging Face / Safetensors: Paste the target model Repo ID (e.g.,
Qwen/Qwen2.5-1.5B-Instruct). - Existing GGUF: Upload your
.gguffile directly. - ONNX: Upload your
.onnxgraph definition. - Choose your desired ROCmFPX Quant Preset (
Q4_0_ROCMFP4,Q2_0_ROCMFPX, etc.). - Click Convert and download your compiled ROCmFPX
.gguffile once complete.
๐ License & Component Attribution
- Space Application & UI Wrapper: ROCmFPX-my-model ยฉ 2026 by alst10 is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
- Quantization Engine: Underlying C++ quantization binaries built from the ROCmFPX fork of llama.cpp, licensed under the original MIT License.
