tweaked file naming
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 2m22s

This commit is contained in:
Liyu Xiao 2025-06-16 10:00:19 -04:00
parent b4d0ffa58f
commit abb65e3514

View File

@ -80,6 +80,6 @@ if __name__ == "__main__":
ckpt_path=os.path.join("checkpoint_files", model_checkpoint), fp16=False
)
output_file = "convert_to_onnx.py" + ".onnx"
output_file = "convert_to_onnx" + ".onnx"
print("Conversion complete stored at: ", os.path.join("onnx_scripts", output_file))