NAVIGATION

What is Double Quantization?

Definition

Double Quantization

Double Quantization is a memory-saving process introduced in QLoRA that quantizes the quantization constants themselves, reducing the memory footprint of fine-tuning runs with zero accuracy loss.

Why It Matters for AI Builders

Directly dictates the memory footprint and operational throughput of parameter-efficient fine-tuning, vram budget optimization, and local model updates; configuring Double Quantization allows engineering teams to run high-capacity models cost-effectively on edge devices.

Detailed Deep Dive

Double quantization is an advanced model optimization technique pioneered in QLoRA to reduce memory overhead. It quantizes the quantization constants themselves, converting 32-bit floating-point scales into 8-bit representations. This nested quantization step saves a significant amount of active memory when loading massive Large Language Models onto consumer-grade GPUs, without degrading the model's accuracy.

Advertisement

Frequently Asked Questions

Q:How does double quantization save memory?

It compresses the block-level quantization scale factors from 32-bit floats to 8-bit floats, saving around 0.37 bits per parameter on average.

Q:Which PEFT method uses double quantization?

QLoRA, which utilizes this method to fine-tune 70B parameter models on a single 48GB GPU.

Quick Facts

  • CategoryModel Operations
  • Key ApplicationParameter-efficient fine-tuning, VRAM budget optimization, and local model updates.

Coverage Trend12 Weeks

12w agoToday

Related AI Terms

Cite This Term

Double Quantization Media Coverage & Intelligence

No Direct Double Quantization News Today

We currently have no direct coverage articles matching "Double Quantization". Explore trending global AI topics below instead.

Trending AI Stories