eustlb HF Staff commited on
Commit
005de8e
·
verified ·
1 Parent(s): d64ad97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,9 +11,9 @@ tags:
11
 
12
  This repo is meant to use the model with [Transformers](https://github.com/huggingface/transformers) 🤗
13
 
14
- Install Transformers from source:
15
  ```bash
16
- pip install git+https://github.com/huggingface/transformers
17
  ```
18
 
19
  Inference:
 
11
 
12
  This repo is meant to use the model with [Transformers](https://github.com/huggingface/transformers) 🤗
13
 
14
+ Starting with `transformers >= 4.53.0` and above, you can now run Kyutai STT natively!
15
  ```bash
16
+ pip install -U transformers
17
  ```
18
 
19
  Inference: