Update code snippet to be consistent with the conversion example

This commit is contained in:
Guillaume Klein
2023-02-24 15:52:23 +01:00
parent ef71be09ed
commit b1c69927f8

View File

@@ -68,7 +68,7 @@ If needed, models can also be converted from the code. See the [conversion API](
```python
from faster_whisper import WhisperModel
model_path = "whisper-medium-ct2/"
model_path = "whisper-large-v2-ct2/"
# Run on GPU with FP16
model = WhisperModel(model_path, device="cuda", compute_type="float16")