Spaces:
Runtime error
Runtime error
Update 1
Browse files
1
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"automatic-speech-recognition",
|
5 |
-
model="openai/whisper-small",
|
6 |
-
framework="pt" # Force PyTorch backend
|
7 |
-
)
|
|
|
1 |
+
import torch
|
2 |
+
print(torch.__version__)
|
3 |
+
print("CUDA Available:", torch.cuda.is_available())
|
|
|
|
|
|
|
|