From 5445259b77ecebbd8d6283b79e36e145aa4b146f Mon Sep 17 00:00:00 2001 From: eaidova Date: Thu, 24 Oct 2024 10:35:34 +0400 Subject: [PATCH] text --- optimum/exporters/openvino/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimum/exporters/openvino/convert.py b/optimum/exporters/openvino/convert.py index 4e6503b5bd..b32a2956ad 100644 --- a/optimum/exporters/openvino/convert.py +++ b/optimum/exporters/openvino/convert.py @@ -109,7 +109,7 @@ def export( model ([`PreTrainedModel`] or [`TFPreTrainedModel`]): The model to export. config ([`~exporters.onnx.config.OnnxConfig`]): - The ONNX configuration associated with the exported model. + The export configuration associated with the exported model. output (`Path`): Directory to store the exported model. opset (`Optional[int]`, defaults to `None`):