We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c2ea9 commit fc0fa67Copy full SHA for fc0fa67
src/f5_tts/eval/README.md
@@ -7,6 +7,12 @@ Install packages for evaluation:
7
pip install -e .[eval]
8
```
9
10
+> [!IMPORTANT]
11
+> For [faster-whisper](https://github.com/SYSTRAN/faster-whisper), for various compatibilities:
12
+> `pip install ctranslate2==4.5.0` if CUDA 12 and cuDNN 9;
13
+> `pip install ctranslate2==4.4.0` if CUDA 12 and cuDNN 8;
14
+> `pip install ctranslate2==3.24.0` if CUDA 11 and cuDNN 8.
15
+
16
## Generating Samples for Evaluation
17
18
### Prepare Test Datasets
0 commit comments