John Langley commited on
Commit
b923173
·
1 Parent(s): dfc9ace

trying things with cpu

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ from utils import get_sentence, generate_speech_for_sentence, wave_header_chunk
42
 
43
  # Load Whisper ASR model
44
  print("Loading Whisper ASR")
45
- whisper_model = WhisperModel("large-v3", device="cpu", compute_type="float16")
46
 
47
  # Load Mistral LLM
48
  print("Loading Mistral LLM")
 
42
 
43
  # Load Whisper ASR model
44
  print("Loading Whisper ASR")
45
+ whisper_model = WhisperModel("large-v3", device="cpu", compute_type="float32")
46
 
47
  # Load Mistral LLM
48
  print("Loading Mistral LLM")