update installations

#11
by SophieNgo - opened
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -101,6 +101,8 @@ pip install imageio
101
  pip install decord
102
  pip install opencv-python
103
  pip install flash-attn --no-build-isolation
 
 
104
  ```
105
  Then you could use our model:
106
  ```python
 
101
  pip install decord
102
  pip install opencv-python
103
  pip install flash-attn --no-build-isolation
104
+ pip instal timm
105
+ pip install sentencepiece
106
  ```
107
  Then you could use our model:
108
  ```python