Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
michaelryt
/
ApexID
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ApexID
/
test_torch.py
Michael Rey
added files and used LFS for dataset
9e6a96a
22 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
import
torch
print
(
"β PyTorch is working!"
)
print
(
"Version:"
, torch.__version__)
print
(
"CUDA available:"
, torch.cuda.is_available())