Update README.md
Browse files
README.md
CHANGED
@@ -97,6 +97,9 @@ First, you need to install [flash attention2](https://github.com/Dao-AILab/flash
|
|
97 |
```
|
98 |
pip install transformers==4.39.2
|
99 |
pip install timm
|
|
|
|
|
|
|
100 |
pip install flash-attn --no-build-isolation
|
101 |
```
|
102 |
Then you could use our model:
|
|
|
97 |
```
|
98 |
pip install transformers==4.39.2
|
99 |
pip install timm
|
100 |
+
pip install av
|
101 |
+
pip install imageio
|
102 |
+
pip install opencv-python
|
103 |
pip install flash-attn --no-build-isolation
|
104 |
```
|
105 |
Then you could use our model:
|