Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 56e2d04

Browse files
authored
no-op to trigger release/1.4 workflows (#205)
workflows didn't trigger on last commit to release/1.4 for unknown reason. fixing typo I found to attempt to re-trigger
1 parent 9bad268 commit 56e2d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/neuralmagic/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def export_sample_inputs_outputs(
243243
:param save_dir: directory to save samples to
244244
:param number_export_samples: number of samples to export
245245
:param image_size: image size
246-
:param onnx_path: Path to saved onnx model. Used to check if it uses uints8 inputs
246+
:param onnx_path: Path to saved onnx model. Used to check if it uses uint8 inputs
247247
"""
248248

249249
nm_log_console(

0 commit comments

Comments
 (0)