SophieNgo commited on
Commit
9e42d2b
·
verified ·
1 Parent(s): bff14a1

update installations

Browse files

add pip install timm and sentencepiece which where missing in your installation. Maybe it might help others to avoid the buggs I faced with those missing dependencies

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