Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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