NMundhra's picture
Upload folder using huggingface_hub
be7e39c verified
Raw
History Blame Contribute Delete
195 Bytes
import os
import torch
from backend.oct_analyzer.constants import get_compute_device
def get_device():
"""Delegates to the global compute device selector."""
return get_compute_device()