Instructions to use ModernVBERT/colmodernvbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ColPali
How to use ModernVBERT/colmodernvbert 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
Fix type in model name
#2
by lukawskikacper - opened
README.md
CHANGED
|
@@ -44,7 +44,7 @@ For more information about ModernVBERT, please check the [arXiv](https://arxiv.o
|
|
| 44 |
|
| 45 |
**🏎️ If your GPU supports it, we recommend using ModernVBERT with Flash Attention 2 to achieve the highest GPU throughput. To do so, install Flash Attention 2 as follows, then use the model as normal:**
|
| 46 |
|
| 47 |
-
For now, the branch for using
|
| 48 |
|
| 49 |
```bash
|
| 50 |
git clone https://github.com/illuin-tech/colpali.git
|
|
|
|
| 44 |
|
| 45 |
**🏎️ If your GPU supports it, we recommend using ModernVBERT with Flash Attention 2 to achieve the highest GPU throughput. To do so, install Flash Attention 2 as follows, then use the model as normal:**
|
| 46 |
|
| 47 |
+
For now, the branch for using colmodernvbert is not yet merged in the official colpali repo, you need to clone the repo and checkout on the right branch to use it.
|
| 48 |
|
| 49 |
```bash
|
| 50 |
git clone https://github.com/illuin-tech/colpali.git
|