ankush13r commited on
Commit
8300d85
·
verified ·
1 Parent(s): 88a8f61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from faster_whisper import WhisperModel
5
  import torch
6
 
7
  device = "cuda" if torch.cuda.is_available() else "cpu"
8
- torch_dtype = "float32"
9
 
10
  MODEL_NAME = "Systran/faster-whisper-large-v3"
11
  print("Loading model ...")
 
5
  import torch
6
 
7
  device = "cuda" if torch.cuda.is_available() else "cpu"
8
+ torch_dtype = "int8"
9
 
10
  MODEL_NAME = "Systran/faster-whisper-large-v3"
11
  print("Loading model ...")