From 387a65a63da621742d0d2d7f2246e49efd8e38cf Mon Sep 17 00:00:00 2001 From: Elvir Crncevic Date: Fri, 13 Dec 2024 23:48:05 +0100 Subject: [PATCH] overview update --- docs/source/en/quantization/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/en/quantization/overview.md b/docs/source/en/quantization/overview.md index 48840fad646fd0..951e426554dc06 100644 --- a/docs/source/en/quantization/overview.md +++ b/docs/source/en/quantization/overview.md @@ -60,6 +60,7 @@ Use the table below to help you decide which quantization method to use. | [FBGEMM_FP8](./fbgemm_fp8.md) | 🟢 | 🔴 | 🟢 | 🔴 | 🔴 | 🔴 | 🔴 | 8 | 🔴 | 🟢 | 🟢 | https://github.com/pytorch/FBGEMM | | [torchao](./torchao.md) | 🟢 | | 🟢 | 🔴 | partial support (int4 weight only) | 🔴 | | 4 / 8 | | 🟢🔴 | 🟢 | https://github.com/pytorch/ao | | [VPTQ](./vptq) | 🔴 | 🔴 | 🟢 | 🟡 | 🔴 | 🔴 | 🟢 | 1 - 8 | 🔴 | 🟢 | 🟢 | https://github.com/microsoft/VPTQ | +| [SpQR](./spqr.md) | 🔴 | 🔴 | 🟢 | 🔴 | 🔴 | 🔴 | 🟢 | 3 | 🔴 | 🟢 | 🟢 | https://github.com/Vahe1994/SpQR/ |