version.py 201 B

12345
  1. __version__ = '0.25.0+cpu'
  2. git_version = '8ac84ee75afb1c327902156b5336f56ad63b7e2f'
  3. from torchvision.extension import _check_cuda_version
  4. if _check_cuda_version() > 0:
  5. cuda = _check_cuda_version()