diff --git a/recipes/quantization.md b/recipes/quantization.md index bbdd76a220..c0461010a2 100644 --- a/recipes/quantization.md +++ b/recipes/quantization.md @@ -52,7 +52,7 @@ quantizer: groupsize: 256 ``` -Noet: we can use `Int8DynActInt4WeightQuantizer` to load a QAT quantized model since it's the same type of quantization. +Note: we can use `Int8DynActInt4WeightQuantizer` to load a QAT quantized model since it's the same type of quantization. and run evaluation: ```bash