Skip to content

Commit e783581

Browse files
Update examples/openvino/export_and_infer_openvino.py
Co-authored-by: Yamini Nimmagadda <[email protected]>
1 parent 49e2792 commit e783581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openvino/export_and_infer_openvino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def main(
6363
output_path: str,
6464
):
6565
"""
66-
Main function to load, quantize, and validate a model.
66+
Main function to load, quantize, and infer a model.
6767
6868
:param suite: The model suite to use (e.g., "timm", "torchvision", "huggingface").
6969
:param model_name: The name of the model to load.

0 commit comments

Comments
 (0)