Skip to content

Commit

Permalink
Fix typo 'ditil' (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrolfsen committed Feb 29, 2024
1 parent 16141e6 commit 09cd57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ segments, _ = model.transcribe("audio.mp3")
segments = list(segments) # The transcription will actually run here.
```
### Faster-distil-whisper
For usage of `faster-ditil-whisper`, please refer to: https://github.com/guillaumekln/faster-whisper/issues/533
For usage of `faster-distil-whisper`, please refer to: https://github.com/guillaumekln/faster-whisper/issues/533

```python
model_size = "distil-large-v2"
Expand Down

0 comments on commit 09cd57e

Please sign in to comment.