Skip to content

Commit

Permalink
no-op to trigger release/1.4 workflows (#205)
Browse files Browse the repository at this point in the history
workflows didn't trigger on last commit to release/1.4 for unknown reason.

fixing typo I found to attempt to re-trigger
  • Loading branch information
bfineran authored Apr 17, 2023
1 parent 9bad268 commit 56e2d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/neuralmagic/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def export_sample_inputs_outputs(
:param save_dir: directory to save samples to
:param number_export_samples: number of samples to export
:param image_size: image size
:param onnx_path: Path to saved onnx model. Used to check if it uses uints8 inputs
:param onnx_path: Path to saved onnx model. Used to check if it uses uint8 inputs
"""

nm_log_console(
Expand Down

0 comments on commit 56e2d04

Please sign in to comment.