Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:bugfix/infra-000_ci
import torch _TORCH_VERSION_MAJOR_MINOR_ = tuple(map(int, torch.version.__version__.split(".")[:2])) __all__ = ["torch_version_is_greater_or_equal"] def torch_version_is_greater_or_equal(major: int, minor: int) -> bool: version = (major, minor) return _TORCH_VERSION_MAJOR_MINOR_ >= version
Press p or to see the previous file or, n or to see the next file