Skip to content

Commit

Permalink
Fix VP test issue (#3482)
Browse files Browse the repository at this point in the history
Fix VP issue
  • Loading branch information
chuneuny-emily authored May 10, 2024
1 parent eaedc34 commit 94d0da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_otx_e2e_cli(
"--engine.device",
fxt_accelerator,
"--max_epochs",
"1" if task in ("zero_shot_visual_prompting") else "2",
"1" if task in (OTXTaskType.ZERO_SHOT_VISUAL_PROMPTING) else "2",
*fxt_cli_override_command_per_task[task],
]

Expand Down

0 comments on commit 94d0da6

Please sign in to comment.