We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315d381 commit 3886687Copy full SHA for 3886687
examples/llm_qat/export.py
@@ -84,7 +84,6 @@ def main(args):
84
85
config_path = f"{export_dir}/base_model/config.json"
86
87
- # In the case of LoRA model.save_pretrained does not save the correct config.json
88
config_data = model.config.to_dict()
89
90
config_data["quantization_config"] = hf_quant_config
0 commit comments