Skip to content

Commit fc0fa67

Browse files
authored
Update eval README with ctranslate2 installation instructions
Added installation instructions for ctranslate2 based on CUDA and cuDNN versions.
1 parent a3c2ea9 commit fc0fa67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/f5_tts/eval/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Install packages for evaluation:
77
pip install -e .[eval]
88
```
99

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+
1016
## Generating Samples for Evaluation
1117

1218
### Prepare Test Datasets

0 commit comments

Comments
 (0)