From 075c66ecdf063c8256532d00408991f8dfff146c Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Thu, 28 Sep 2023 17:13:43 +0200 Subject: [PATCH] rename --- tests/openvino/test_exporters_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/openvino/test_exporters_cli.py b/tests/openvino/test_exporters_cli.py index 9983f690f7..d143c4c3cc 100644 --- a/tests/openvino/test_exporters_cli.py +++ b/tests/openvino/test_exporters_cli.py @@ -69,7 +69,7 @@ def test_export(self, task: str, model_type: str): def test_exporters_cli(self, task: str, model_type: str): with TemporaryDirectory() as tmpdir: subprocess.run( - f"optimum-cli export openvino --model {MODEL_NAMES[model_type]} --task {task} {tmpdirname}", + f"optimum-cli export openvino --model {MODEL_NAMES[model_type]} --task {task} {tmpdir}", shell=True, check=True, )