Skip to content

Commit 9b7cdf9

Browse files
Fix README Issue (#139)
1 parent 8c32b1a commit 9b7cdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quantization_w4a16/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In our case, we will apply the default GPTQ recipe for `int4` (which uses static
8888
8989
```python
9090
from llmcompressor.transformers import oneshot
91-
from llmcompressor.modifiers.quantization import QuantizationModifier
91+
from llmcompressor.modifiers.quantization import GPTQModifier
9292

9393
# Configure the quantization algorithm to run.
9494
recipe = GPTQModifier(targets="Linear", scheme="W4A16", ignore=["lm_head"])

0 commit comments

Comments
 (0)