Skip to content

Commit

Permalink
edited conversion error output
Browse files Browse the repository at this point in the history
  • Loading branch information
jenahwang committed Dec 17, 2024
1 parent 2154ea8 commit d4e1f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/convert_checkpoints_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def convert_checkpoint(cps, load_dir="/data/input", sanity_check=False, weka_pre
print(f"Error during checkpoint conversion: {checkpoint_path}")
error = {
'error_code': e.returncode,
'error_stderr': e.stderr
'error_stderr': e.stdout
}
conversion_status = "error"
converted_path = ""
Expand Down

0 comments on commit d4e1f42

Please sign in to comment.