Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sharfraz
/
openai-whisper-large-v3-turbo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2a13ecb
openai-whisper-large-v3-turbo
/
test pytorch
Sharfraz
Create test pytorch
f35f8d1
verified
4 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
import torch
print
(torch.__version__)
print
(
"CUDA available:"
, torch.cuda.is_available()
)