Browse Source

fix: fix formatting of issue links in README

main
Rob Hallam 1 month ago
parent
commit
41a2e3298c
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@@ -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.

Loading…
Cancel
Save