bezzam HF Staff commited on
Commit
778bc0b
·
verified ·
1 Parent(s): 4886633

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- The VibeVoice acoustic tokenizer is not yet in an official Transformers release. However, it can be used by pulling the source code from the following fork:
42
  ```python
43
- pip install git+https://github.com/ebezzam/transformers.git@vibevoice_acoustic_tokenizer
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