CoolFace
Modelpublic

zhangsq-nju/Qwen3-0.6B-EdgeRazor-GGUF

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
8likes262downloads
Model Card

<div align="center"> <br/> <img src="./asset/Logo-HF.png" alt="EdgeRazor Logo" width="60%"> <h3> EdgeRazor for Lightweight LLMs </h3>

<p> <a href="https://arxiv.org/abs/2605.04062" target="blank"> <img src="https://img.shields.io/badge/arXiv-EdgeRazor-b31b1b?style=flat&logo=arxiv" alt="arXiv EdgeRazor"> </a> <a href="https://github.com/zhangsq-nju/EdgeRazor" target="blank"> <img src="https://img.shields.io/badge/GitHub-EdgeRazor-blue?style=flat&logo=github" alt="GitHub EdgeRazor"> </a> <a href="https://pypi.org/project/edgerazor/" target="blank"> <img src="https://img.shields.io/pypi/v/edgerazor?style=flat&logo=pypi" alt="PyPI EdgeRazor"> </a> </p>

</div>

Contents

Model Overview

Model Bit-Widths

Mixed-Precision RecipeBit-WidthThis RepoGGUF Type
100% 4-bit + 0% 1.58-bit4✔️Q4_0
50% 4-bit + 50% 1.58-bit2.79✖️Not supported
12.5% 4-bit + 87.5% 1.58-bit1.88✖️Not supported
0% 4-bit + 100% 1.58-bit1.58✔️TQ10, TQ20

Get Started

Use llama.cpp to conduct efficient inference on edge devices.

Check the cli.sh script for basic usage.

Model list:

Citation

If you find our project useful in your research, please consider kindly citing our papers ✏️:

@article{zhangsh-edgerazor,
  title={{EdgeRazor}: A Lightweight Framework for Large Language Models via Mixed-Precision Quantization-Aware Distillation},
  author={Shu-Hao Zhang and Le-Tong Huang and Xiang-Sheng Deng and Xin-Yi Zou and Chen Wu and Nan Li and Shao-Qun Zhang},
  year={2026},
  journal={arXiv preprint arXiv:2605.04062}
}