From 56e2d04180838179f73a86501611c469d77c0381 Mon Sep 17 00:00:00 2001 From: Benjamin Fineran Date: Mon, 17 Apr 2023 17:19:23 -0400 Subject: [PATCH] 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 --- utils/neuralmagic/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/neuralmagic/utils.py b/utils/neuralmagic/utils.py index 15387ac5702c..a39f7b23da01 100644 --- a/utils/neuralmagic/utils.py +++ b/utils/neuralmagic/utils.py @@ -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(