Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -174,8 +174,8 @@ class WhisperBase(ABC):
|
|
174 |
progress,
|
175 |
*astuple(params)
|
176 |
)
|
177 |
-
if bool_whisper_enable_offload:
|
178 |
-
self.offload()
|
179 |
|
180 |
if params.vad_filter:
|
181 |
restored_result = self.vad.restore_speech_timestamps(
|
|
|
174 |
progress,
|
175 |
*astuple(params)
|
176 |
)
|
177 |
+
# if bool_whisper_enable_offload:
|
178 |
+
# self.offload()
|
179 |
|
180 |
if params.vad_filter:
|
181 |
restored_result = self.vad.restore_speech_timestamps(
|