Commit
•
fee9af6
1
Parent(s):
1cdae1f
Update README.md
Browse files
README.md
CHANGED
@@ -229,7 +229,7 @@ model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id, torch_dtype=torch_dt
|
|
229 |
+ model = model.to_bettertransformer()
|
230 |
```
|
231 |
|
232 |
-
### Running Whisper in `openai-whisper`
|
233 |
|
234 |
To use the model in the original Whisper format, first ensure you have the [`openai-whisper`](https://pypi.org/project/openai-whisper/) package installed:
|
235 |
|
|
|
229 |
+ model = model.to_bettertransformer()
|
230 |
```
|
231 |
|
232 |
+
### Running Distil-Whisper in `openai-whisper`
|
233 |
|
234 |
To use the model in the original Whisper format, first ensure you have the [`openai-whisper`](https://pypi.org/project/openai-whisper/) package installed:
|
235 |
|