From 41a2e3298c58056a077a9b7fc7f5a23958f5c626 Mon Sep 17 00:00:00 2001 From: Rob Hallam <0504004h@student.gla.ac.uk> Date: Mon, 16 Sep 2024 15:24:29 +0100 Subject: [PATCH] fix: fix formatting of issue links in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c0c95c..4d17dfd 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,6 @@ pip install --force-reinstall "faster-whisper @ https://github.com/SYSTRAN/faste ## Issues -When using faster-whisper with long media files (over 3 hours) and a CPU model it was found that it was killed OOM. There are a couple of issues noting this: [[1]](https://github.com/SYSTRAN/faster-whisper/issues/390) [[2]](https://github.com/SYSTRAN/faster-whisper/issues/249). As a workaround you may wish to consider segmenting long media files before using them with the pipeline. +When using faster-whisper with long media files (over 3 hours) and a CPU model it was found that it was killed OOM. There are a couple of issues noting this: +- [[1]](https://github.com/SYSTRAN/faster-whisper/issues/390) +- [[2]](https://github.com/SYSTRAN/faster-whisper/issues/249). As a workaround you may wish to consider segmenting long media files before using them with the pipeline.