Skip to content

Commit

Permalink
Style again
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 committed Dec 30, 2024
1 parent 2d0ef68 commit c263675
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/who_what_benchmark/tests/test_cli_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ def setup_module():
for model_id in OV_IMAGE_MODELS:
MODEL_PATH = os.path.join(MODEL_CACHE, model_id.replace("/", "--"))
subprocess.run(["huggingface-cli", "download",
model_id, "--local-dir",
MODEL_PATH],
capture_output=True, text=True)
model_id, "--local-dir",
MODEL_PATH], capture_output=True, text=True)


def teardown_module():
Expand Down

0 comments on commit c263675

Please sign in to comment.