junnei commited on
Commit
e61d2ab
·
verified ·
1 Parent(s): d222e0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -130,10 +130,10 @@ As a result, there is a limitation where the accuracy may drop significantly for
130
 
131
  Below, there are some code snippets on how to get quickly started with running the model.
132
 
133
- First, install the Transformers library from git. AudioInput for chat_template is supported from main branch for now.
134
 
135
  ```sh
136
- $ pip install git+https://github.com/huggingface/transformers
137
  ```
138
 
139
  Then, copy the snippet from the section that is relevant for your use case.
 
130
 
131
  Below, there are some code snippets on how to get quickly started with running the model.
132
 
133
+ First, upgrade your Transformers library. AudioInput for chat_template is supported now.
134
 
135
  ```sh
136
+ $ pip install -U transformers
137
  ```
138
 
139
  Then, copy the snippet from the section that is relevant for your use case.