ColPali
Safetensors
English
vidore
manu commited on
Commit
26139b1
1 Parent(s): 824b47a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,8 +45,8 @@ We train on an 8 GPU setup with data parallelism, a learning rate of 5e-5 with l
45
 
46
 
47
  ```bash
48
- # This model checkpoint is compatible with version 1.1, but not more recent versions of the inference lib
49
- pip install colpali_engine==1.1
50
  ```
51
 
52
  ```python
 
45
 
46
 
47
  ```bash
48
+ # This model checkpoint is compatible with version 0.1.1, but not more recent versions of the inference lib
49
+ pip install colpali_engine==0.1.1
50
  ```
51
 
52
  ```python