table-to-csv-pipeline / tests /test_resource.py
rizgiak's picture
initial commit
4df4988
raw
history blame contribute delete
87 Bytes
def test_cuda():
from torch.cuda import is_available
assert is_available()