LLM Quantization Review

This blog post provides an overview of the fundamental concepts of quantization, as well as a review of mainstream quantization methods in the context of LLMs.

October 2, 2023 · 11 min · Sherlock

8-bit KV Cache

This blog introduces KV Cache quantization in LLM inference.

January 24, 2024 · 8 min · Sherlock

SmoothQuant and AWQ

This blog post compares SmoothQuant and AWQ differences and their code implementation.

October 8, 2023 · 12 min · Sherlock

GPTQ Code Implementation

This blog post delved into the code implementation of the GPTQ quantization process, using the Llama model as a case study.

September 18, 2023 · 14 min · Sherlock

GPTQ Math Derivation

This blog post traces the development of GPTQ, starting from its roots in OBD, through OBS, and finally to OBC.

September 9, 2023 · 7 min · Sherlock

Benchmark for LLM Inference

Introduce some metrics for LLM inference benchmarking

August 20, 2023 · 5 min · Sherlock

RoPE and Length Scaling

Introduce some basic concepts of Position Encoding, RoPE and length extrapolation related it.

August 10, 2023 · 8 min · Sherlock