Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,13 @@ We train on an 8 GPU setup with data parallelism, a learning rate of 5e-5 with l
|
|
46 |
|
47 |
## Usage
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
```python
|
50 |
import torch
|
51 |
from PIL import Image
|
|
|
46 |
|
47 |
## Usage
|
48 |
|
49 |
+
Make sure `colpali-engine` is installed from source or with a version superior to 0.3.1.
|
50 |
+
`transformers` version must be > 4.45.0.
|
51 |
+
|
52 |
+
```bash
|
53 |
+
pip install git+https://github.com/illuin-tech/colpali
|
54 |
+
```
|
55 |
+
|
56 |
```python
|
57 |
import torch
|
58 |
from PIL import Image
|