Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
semmyk
/
semmyKG
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
semmyKG
/
troubleshoot.py
semmyk
first commit
c7ce07f
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
119 Bytes
import
torch
torch.cuda.is_available()
torch_staus = torch.cuda.is_available()
print
(
f'torch available:
{torch_staus}
'
)