Skip to content

Commit

Permalink
test_video_llava: use OH_TEST_DEVICE
Browse files Browse the repository at this point in the history
Signed-off-by: U. Artie Eoff <[email protected]>
  • Loading branch information
uartie committed Feb 18, 2025
1 parent eb4bdc2 commit 6a166f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_video_llava.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import pytest

from .test_examples import TIME_PERF_FACTOR
from .utils import OH_TEST_DEVICE


if os.environ.get("GAUDI2_CI", "0") == "1":
if OH_TEST_DEVICE in ["gaudi2"]:
# Gaudi2 CI baselines
MODELS_TO_TEST = {
"bf16": [
Expand Down

0 comments on commit 6a166f4

Please sign in to comment.