Update src/voice/speech_to_text.py
Browse files
src/voice/speech_to_text.py
CHANGED
|
@@ -23,7 +23,7 @@ print("COMPUTE :", compute_type)
|
|
| 23 |
model = WhisperModel(
|
| 24 |
"base",
|
| 25 |
device="cpu",
|
| 26 |
-
compute_type=
|
| 27 |
)
|
| 28 |
|
| 29 |
|
|
|
|
| 23 |
model = WhisperModel(
|
| 24 |
"base",
|
| 25 |
device="cpu",
|
| 26 |
+
compute_type="int8"
|
| 27 |
)
|
| 28 |
|
| 29 |
|