detrex
detrex copied to clipboard
Skip gpu-only tests if cuda is not available
Changes:
- [x] Skip
tests/test_ms_deform_attn.py
whentorch.cuda.is_available()
yields false. - [x] Move
cuda()
calls from global scope to the local scope of tests.