From 09cd57e7f32f6bf1396a0f2fe469e46355ba3258 Mon Sep 17 00:00:00 2001 From: Gabriel F Date: Thu, 29 Feb 2024 13:08:58 -0300 Subject: [PATCH] Fix typo 'ditil' (#721) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570cd66..e81e3a2 100644 --- a/README.md +++ b/README.md @@ -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"