Files
INTUIA/Programa final/dist/PJM_IA/_internal/torchvision/version.py
T
2026-03-15 13:27:50 +00:00

6 lines
203 B
Python

__version__ = '0.20.1+cu121'
git_version = '3ac97aa9120137381ed1060f37237e44485ac2aa'
from torchvision.extension import _check_cuda_version
if _check_cuda_version() > 0:
cuda = _check_cuda_version()