ziyjiang commited on
Commit
828894c
·
verified ·
1 Parent(s): 840ff1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -34,6 +34,12 @@ VLM2Vec-LlaVa-Next could outperform the baselines and other version of VLM2Vec b
34
  ## How to use VLM2Vec-LlaVa-Next
35
  (More details please refer to our Github repo, here is just a simple demo.)
36
 
 
 
 
 
 
 
37
  ```python
38
  from src.model import MMEBModel
39
  from src.arguments import ModelArguments
 
34
  ## How to use VLM2Vec-LlaVa-Next
35
  (More details please refer to our Github repo, here is just a simple demo.)
36
 
37
+ First you can clone our github
38
+ ```bash
39
+ git clone https://github.com/TIGER-AI-Lab/VLM2Vec.git
40
+ pip -r requirements.txt
41
+ ```
42
+
43
  ```python
44
  from src.model import MMEBModel
45
  from src.arguments import ModelArguments