ArthurZ HF staff commited on
Commit
e5e900d
1 Parent(s): f3ea748

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -55,7 +55,8 @@ Use the following code to get started with the EnCodec model using a dummy examp
55
 
56
  ```
57
  pip install --upgrade pip
58
- pip install --upgrade transformers datasets[audio]
 
59
  ```
60
 
61
  Then load an audio sample, and run a forward pass of the model:
 
55
 
56
  ```
57
  pip install --upgrade pip
58
+ pip install --upgrade datasets[audio]
59
+ pip install git+https://github.com/huggingface/transformers.git@main
60
  ```
61
 
62
  Then load an audio sample, and run a forward pass of the model: