Skip to content

Commit 2a905cc

Browse files
Update examples/neural_compressor/language-modeling/run_clm.py
Co-authored-by: Ella Charlaix <80481427+echarlaix@users.noreply.github.com>
1 parent e5558b0 commit 2a905cc

File tree

1 file changed

+1
-1
lines changed
  • examples/neural_compressor/language-modeling

1 file changed

+1
-1
lines changed

examples/neural_compressor/language-modeling/run_clm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class OptimizationArguments:
233233
"help": "Percentage of Hessian's diagonal values average, which will be added to Hessian's diagonal to increase numerical stability, used for GPTQ quantization"
234234
},
235235
)
236-
gptq_block_size: int = field(
236+
block_size: int = field(
237237
default=128,
238238
metadata={"help": "Block size. sub weight matrix size to run GPTQ."},
239239
)

0 commit comments

Comments
 (0)