Update code snippet to be consistent with the conversion example
This commit is contained in:
@@ -68,7 +68,7 @@ If needed, models can also be converted from the code. See the [conversion API](
|
|||||||
```python
|
```python
|
||||||
from faster_whisper import WhisperModel
|
from faster_whisper import WhisperModel
|
||||||
|
|
||||||
model_path = "whisper-medium-ct2/"
|
model_path = "whisper-large-v2-ct2/"
|
||||||
|
|
||||||
# Run on GPU with FP16
|
# Run on GPU with FP16
|
||||||
model = WhisperModel(model_path, device="cuda", compute_type="float16")
|
model = WhisperModel(model_path, device="cuda", compute_type="float16")
|
||||||
|
|||||||
Reference in New Issue
Block a user