Sharfraz commited on
Commit
5ebf90e
·
verified ·
1 Parent(s): f41f1b1
Files changed (1) hide show
  1. 1 +3 -7
1 CHANGED
@@ -1,7 +1,3 @@
1
- from transformers import pipeline
2
-
3
- whisper_model = pipeline(
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())