diff --git a/transcribe_anything/insanely_fast_whisper.py b/transcribe_anything/insanely_fast_whisper.py index 0cb7698..a34dbd2 100644 --- a/transcribe_anything/insanely_fast_whisper.py +++ b/transcribe_anything/insanely_fast_whisper.py @@ -202,7 +202,7 @@ def run_insanely_fast_whisper( if sys.platform == "darwin": # Attempts fixed recommended for the mps machines. This seems # to be necessary since a recent update. - env["PYTORCH_MPS_HIGH_WATERMARK_RATIO"] = "1.4" + env["PYTORCH_MPS_HIGH_WATERMARK_RATIO"] = "1.7" device_id = get_device_id() cmd_list = [] output_dir.mkdir(parents=True, exist_ok=True)