QuantRoute

Quantization-aware inference router that trades precision, latency, and cost across multi-precision serving lanes.

Overview

QuantRoute serves multiple precision lanes and learns when a request needs the more expensive path. The project combines model compression, difficulty prediction, and offline evaluation into one serving decision.

Selected results

  • Quantized Qwen2.5-7B to 4-bit with AWQ and GPTQ using llm-compressor and served multi-precision lanes on vLLM.
  • Reached 2.2× faster decode and 56% lower serving cost on financial tasks.
  • Built a learned difficulty classifier with an LLM-as-Judge escalation loop.
  • Used offline oracle analysis to separate routing errors from model quality limits.