ORBiS Tree

ORBiS TREE · ENGLISH DOCUMENT

Concepts →

Quantization

A technique that represents model weights or activations with lower numerical precision to reduce resource use.

한국어 English
English updated 8월 29, 2026 Source article updated 8월 29, 2026 1 sources
This English page is a curated translation layer linked to the Korean source article. Community changes are currently made on the Korean source, where the full revision history and anonymous edit trail are preserved.
Quantization reduces the precision used to store or compute model values, for example moving from higher-precision floating point to lower-bit integer or floating-point formats.

How it works

Lower precision can reduce memory footprint, bandwidth, and inference cost. Methods differ in whether they quantize weights, activations, or both, and whether quantization is applied after training or incorporated during training.

Why it matters

Quantization is important for deploying large models on constrained hardware and for improving throughput, but aggressive compression can reduce accuracy or create task-specific regressions that must be measured.

Related concepts

SOURCES

Sources

  1. Open source ↗