Skip to content

Commit 0f8910e

Browse files
committed
remove extra cvcuda_available add
1 parent 7105358 commit 0f8910e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/common_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
IN_OSS_CI = any(os.getenv(var) == "true" for var in ["CIRCLECI", "GITHUB_ACTIONS"])
2929
IN_RE_WORKER = os.environ.get("INSIDE_RE_WORKER") is not None
3030
IN_FBCODE = os.environ.get("IN_FBCODE_TORCHVISION") == "1"
31-
CVCUDA_AVAILABLE = _is_cvcuda_available()
3231
CUDA_NOT_AVAILABLE_MSG = "CUDA device not available"
3332
MPS_NOT_AVAILABLE_MSG = "MPS device not available"
3433
OSS_CI_GPU_NO_CUDA_MSG = "We're in an OSS GPU machine, and this test doesn't need cuda."

0 commit comments

Comments
 (0)