Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mehuldev
/
NPChef
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NPChef
/
backend
/
check.py
mehulr910
initial commit
6f9dac7
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
import
torch
print
(torch.cuda.is_available())
print
(torch.cuda.get_device_name(
0
))