How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="FloatinggOnion/mobile-llm-quant-demo",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Mobile Quantization Demo Models

This repository contains GGUF quantizations optimized for laptop and mobile deployment.

Models Included

  • Qwen 3.5 0.8B (Standard Q4_K_M + Calibrated IQ3_M)
  • Gemma 3 E2B IT (Standard Q4_K_M + Calibrated IQ3_M)

Calibration

These models were quantized using Importance Matrix (IMatrix) calibration with the WikiText dataset to preserve accuracy at low bit-widths (IQ3).

Usage

llama-cli -m qwen-IQ3_M.gguf -p "Explain quantum physics" -n 128
Downloads last month
125
GGUF
Model size
4B params
Architecture
gemma3n
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support