README.md 580 Bytes
Newer Older
1
# Quantization
2
3
4
5
6

Quantization trades off model precision for smaller memory footprint, allowing large models to be run on a wider range of devices.

Contents:

7
8
- [Supported Hardware](supported_hardware.md)
- [AutoAWQ](auto_awq.md)
9
- [AutoRound](auto_round.md)
10
11
12
13
- [BitsAndBytes](bnb.md)
- [BitBLAS](bitblas.md)
- [GGUF](gguf.md)
- [GPTQModel](gptqmodel.md)
14
- [INC](inc.md)
15
16
17
18
19
20
21
- [INT4 W4A16](int4.md)
- [INT8 W8A8](int8.md)
- [FP8 W8A8](fp8.md)
- [NVIDIA TensorRT Model Optimizer](modelopt.md)
- [AMD Quark](quark.md)
- [Quantized KV Cache](quantized_kvcache.md)
- [TorchAO](torchao.md)