Skip to content

Commit

Permalink
test_video_mae: 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 81877f4 commit 63ebaaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_video_mae.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
import pytest
import torch
from transformers import VideoMAEForVideoClassification, VideoMAEImageProcessor
from .utils import OH_TEST_DEVICE


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

0 comments on commit 63ebaaf

Please sign in to comment.