Instructions to use vidore/colpali with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ColPali
How to use vidore/colpali with ColPali:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
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
|