Update README.md (#4)
Browse files- Update README.md (f7843a6c89415050aa8924debfd25a4dc11edd0d)
Co-authored-by: Sarthak Kaushal <[email protected]>
README.md
CHANGED
|
@@ -46,7 +46,7 @@ This model outperforms the baselines and previous version of VLM2Vec by a large
|
|
| 46 |
First you can clone our github
|
| 47 |
```bash
|
| 48 |
git clone https://github.com/TIGER-AI-Lab/VLM2Vec.git
|
| 49 |
-
pip -r requirements.txt
|
| 50 |
```
|
| 51 |
|
| 52 |
```python
|
|
|
|
| 46 |
First you can clone our github
|
| 47 |
```bash
|
| 48 |
git clone https://github.com/TIGER-AI-Lab/VLM2Vec.git
|
| 49 |
+
pip install -r requirements.txt
|
| 50 |
```
|
| 51 |
|
| 52 |
```python
|