manu commited on
Commit
810a3ed
·
verified ·
1 Parent(s): d802f2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -47,10 +47,7 @@ For more information about ModernVBERT, please check the [arXiv](https://arxiv.o
47
  For now, the branch for using colmdernvbert is not yet merged in the official colpali repo, you need to clone the repo and checkout on the right branch to use it.
48
 
49
  ```bash
50
- git clone https://github.com/illuin-tech/colpali.git
51
- cd colpali
52
- git checkout vbert
53
- pip install -e .
54
  ```
55
 
56
  Here is an example of masked token prediction using ModernVBERT:
 
47
  For now, the branch for using colmdernvbert is not yet merged in the official colpali repo, you need to clone the repo and checkout on the right branch to use it.
48
 
49
  ```bash
50
+ pip install colpali-engine
 
 
 
51
  ```
52
 
53
  Here is an example of masked token prediction using ModernVBERT: