SreyanG-NVIDIA commited on
Commit
b261166
·
verified ·
1 Parent(s): 849327c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.