From 864ff18fdcafb107e09b2840e8e418269141d250 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Fri, 29 Sep 2023 15:53:58 +0200 Subject: [PATCH] update description --- optimum/commands/export/openvino.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimum/commands/export/openvino.py b/optimum/commands/export/openvino.py index 8669126164..75d8db8f00 100644 --- a/optimum/commands/export/openvino.py +++ b/optimum/commands/export/openvino.py @@ -68,7 +68,7 @@ def parse_args_openvino(parser: "ArgumentParser"): "This is needed by some models, for some tasks. If not provided, will attempt to use the tokenizer to guess it." ), ) - optional_group.add_argument("--fp16", action="store_true", help="Compress weights to half precision"), + optional_group.add_argument("--fp16", action="store_true", help="Compress weights to fp16"), optional_group.add_argument("--int8", action="store_true", help="Compress weights to int8"),