Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,14 @@ We train on an 8 GPU setup with data parallelism, a learning rate of 5e-5 with l
|
|
41 |
|
42 |
## Usage
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
```python
|
45 |
import torch
|
46 |
import typer
|
|
|
41 |
|
42 |
## Usage
|
43 |
|
44 |
+
### For best performance, newer models are available (vidore/colpali-v1.2)
|
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
|
53 |
import torch
|
54 |
import typer
|