Update README.md
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ Audio Flamingo 3 is supported in 🤗 Transformers. To run the model, first inst
|
|
| 81 |
|
| 82 |
```bash
|
| 83 |
pip install --upgrade pip
|
| 84 |
-
pip install --upgrade git+https://github.com/huggingface/transformers
|
| 85 |
```
|
| 86 |
|
| 87 |
> **Note:** AF3 processes audio in 30-second windows with a **10-minute** total cap per sample. Longer inputs are truncated.
|
|
|
|
| 81 |
|
| 82 |
```bash
|
| 83 |
pip install --upgrade pip
|
| 84 |
+
pip install --upgrade git+https://github.com/huggingface/transformers accelerate
|
| 85 |
```
|
| 86 |
|
| 87 |
> **Note:** AF3 processes audio in 30-second windows with a **10-minute** total cap per sample. Longer inputs are truncated.
|