Skip to content

Commit 32e6330

Browse files
committed
removed stray print
Signed-off-by: Suguna Velury <[email protected]>
1 parent f484b5d commit 32e6330

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/llm_qat/export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def main(args):
8484

8585
# In the case of LoRA model.save_pretrained does not save the correct config.json
8686
config_data = model.config.to_dict()
87-
print(config_data)
8887

8988
config_data["quantization_config"] = hf_quant_config
9089

0 commit comments

Comments
 (0)