Skip to content

Commit f9b88fd

Browse files
committed
minor
Signed-off-by: Zhiyu Cheng <[email protected]>
1 parent 57d388e commit f9b88fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llm_ptq/hf_ptq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def output_decode(generated_ids, input_shape):
836836
"Specify the attention implementation to use. "
837837
"This arg will be passed to the HF model loading if specified."
838838
),
839-
default="eager",
839+
default=None,
840840
type=str,
841841
)
842842

0 commit comments

Comments
 (0)