ParoQuant
Collection
Pairwise Rotation Quantization for Efficient Reasoning LLM Inference • 4 items • Updated
How to use Jeethu/gemma-4-E2B-it-PARO with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText
processor = AutoProcessor.from_pretrained("Jeethu/gemma-4-E2B-it-PARO")
model = AutoModelForImageTextToText.from_pretrained("Jeethu/gemma-4-E2B-it-PARO")Pairwise Rotation Quantization for Efficient Reasoning LLM Inference
ParoQuant is the state-of-the-art INT4 quantization for LLMs. It closes the accuracy gap with FP16 while running at near-AWQ speed. Supports NVIDIA GPUs (vLLM, Transformers) and Apple Silicon (MLX). For more information, see https://github.com/z-lab/paroquant.
Jeethu/gemma-4-E2B-it-PARO is a 4-bit google/gemma-4-E2B-it quantized with ParoQuant.