Skip to content

Commit

Permalink
Update examples/neural_compressor/language-modeling/run_clm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ella Charlaix <[email protected]>
  • Loading branch information
PenghuiCheng and echarlaix authored Mar 23, 2024
1 parent 8e90ac8 commit 88760bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neural_compressor/language-modeling/run_clm.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class OptimizationArguments:
)
gptq_percdamp: float = field(
default=0.01,
metadata={"help": "Percent of the average Hessian diagonal to use for dampening."},
metadata={"help": "Percentage of Hessian's diagonal values average, which will be added to Hessian's diagonal to increase numerical stability, used for GPTQ quantization"},
)
gptq_block_size: int = field(
default=128,
Expand Down

0 comments on commit 88760bc

Please sign in to comment.