Update README.md
Browse files
README.md
CHANGED
@@ -420,6 +420,12 @@ We support hosting the model using vLLM framework. Refer to the guide [here](vll
|
|
420 |
|
421 |
### Huggingface CPU Inference
|
422 |
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
```python
|
424 |
import librosa
|
425 |
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
|
|
|
420 |
|
421 |
### Huggingface CPU Inference
|
422 |
|
423 |
+
MERaLiON-AudioLLM-Whisper-SEA-LION transformers `4.46.3`
|
424 |
+
|
425 |
+
```bash
|
426 |
+
pip install transformers==4.46.3
|
427 |
+
```
|
428 |
+
|
429 |
```python
|
430 |
import librosa
|
431 |
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
|