Skip to content

Commit

Permalink
Fix README Issue (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat authored Sep 4, 2024
1 parent 8c32b1a commit 9b7cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quantization_w4a16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In our case, we will apply the default GPTQ recipe for `int4` (which uses static
```python
from llmcompressor.transformers import oneshot
from llmcompressor.modifiers.quantization import QuantizationModifier
from llmcompressor.modifiers.quantization import GPTQModifier

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

0 comments on commit 9b7cdf9

Please sign in to comment.