Skip to content

Commit 3886687

Browse files
committed
minor
Signed-off-by: Suguna Velury <[email protected]>
1 parent 315d381 commit 3886687

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
config_path = f"{export_dir}/base_model/config.json"
8686

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

9089
config_data["quantization_config"] = hf_quant_config

0 commit comments

Comments
 (0)