Maximofn commited on
Commit
0a153b3
·
1 Parent(s): d5c8d04

Change transcribe compute to float32

Browse files
Files changed (1) hide show
  1. transcribe.py +1 -1
transcribe.py CHANGED
@@ -28,7 +28,7 @@ def transcribe(audio_file, language, device, vocals):
28
  model = "large-v2"
29
  # word_timestamps = True
30
  print_progress = False
31
- compute_type = "float16"
32
  fp16 = True
33
  batch_size = 8
34
  verbose = False
 
28
  model = "large-v2"
29
  # word_timestamps = True
30
  print_progress = False
31
+ compute_type = "float32"
32
  fp16 = True
33
  batch_size = 8
34
  verbose = False