Skip to content

Commit 6b1e13e

Browse files
committed
fix: corrected formatting error in training.py
Signed-off-by: omobayode.fagbohungbe <omobayode.fagbohungbe@ibm.com>
1 parent c195e9b commit 6b1e13e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fms_mo/training_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class OptArguments(TypeChecker):
139139

140140
quant_method: str = field(
141141
metadata={
142-
"choices": ["gptq", "gptqv2", "fp8", "dq"],
142+
"choices": ["gptq", "gptqv2", "fp8", "dq"],
143143
"help": "Quantization technique",
144144
}
145145
)

0 commit comments

Comments
 (0)