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 f484b5d commit 32e6330Copy full SHA for 32e6330
examples/llm_qat/export.py
@@ -84,7 +84,6 @@ def main(args):
84
85
# In the case of LoRA model.save_pretrained does not save the correct config.json
86
config_data = model.config.to_dict()
87
- print(config_data)
88
89
config_data["quantization_config"] = hf_quant_config
90
0 commit comments