Update README.md
Browse files
README.md
CHANGED
|
@@ -38,9 +38,9 @@ The speech tokenizer is a key component for both VibeVoice [TTS](https://hugging
|
|
| 38 |
|
| 39 |
## Setup
|
| 40 |
|
| 41 |
-
|
| 42 |
```python
|
| 43 |
-
pip install git+https://github.com/
|
| 44 |
```
|
| 45 |
|
| 46 |
## Example
|
|
|
|
| 38 |
|
| 39 |
## Setup
|
| 40 |
|
| 41 |
+
Until the VibeVoice acoustic tokenizer is part of an official Transformers release, it can be used by installing from the source code:
|
| 42 |
```python
|
| 43 |
+
pip install git+https://github.com/huggingface/transformers.git
|
| 44 |
```
|
| 45 |
|
| 46 |
## Example
|