Update README.md
Browse files
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
|