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