baohuynhbk14 commited on
Commit
7dcfec3
·
verified ·
1 Parent(s): d4e9095

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -156,6 +156,20 @@ Relevant Image Output:
156
 
157
 
158
  ## Quickstart:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
 
160
  ```python
161
  import torch
 
156
 
157
 
158
  ## Quickstart:
159
+ Installation:
160
+
161
+ ```bash
162
+ pip install decord
163
+ pip install transformers==4.46.*
164
+ pip install flash_attn
165
+ ```
166
+ Download samples:
167
+
168
+ ```bash
169
+ wget https://huggingface.co/5CD-AI/ColVintern-1B-v1/resolve/main/ex1.jpg
170
+ wget https://huggingface.co/5CD-AI/ColVintern-1B-v1/resolve/main/ex2.jpg
171
+ ```
172
+
173
 
174
  ```python
175
  import torch