update installations
Browse filesadd 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
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
|