Yashp2003's picture
download
raw
366 Bytes
# /// script
# requires-python = ">=3.12"
# dependencies = ["torch>=2.5.0"]
# ///
import torch, sys
print(f"Python: {sys.version}")
print(f"CUDA available: {torch.cuda.is_available()}")
if torch.cuda.is_available():
print(f"GPU: {torch.cuda.get_device_name(0)}")
print(f"Mem: {torch.cuda.get_device_properties(0).total_memory / 1e9:.1f}GB")
print("SUCCESS")

Xet Storage Details

Size:
366 Bytes
·
Xet hash:
36aa63bf0037a028dda211c689e88048e8596d3171781d54c480c6f890e5345d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.