lixinhao commited on
Commit
ffebb5b
·
verified ·
1 Parent(s): 9806b4d

Update README.md

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