Update README.md
Browse files
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,
|
| 134 |
|
| 135 |
```sh
|
| 136 |
-
$ pip install
|
| 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.
|