`fast-plaid` Updated: Now Compatible with PyTorch 2.6-2.8
Hi Colpali team,
I have updated fast-plaid today and it is properly compatible with torch version 2.6.0, 2.7.0, 2.7.1, 2.8.0.
Thank's to the support of various torch version, I'm integrating it within PyLate to replace Stanford Plaid engine.
Here is how we can pin fast-plaid version to 1.2.0, then the extension goes from 260 to 280 for each torch version:
[project]
dependencies = [
"fast-plaid>=1.2.1.260,<=1.2.1.280"
]
I hope it will make to the main branch, would be happy to help.
Also it support update and filtering now. It support python 3.9 to 3.12 :)
@mlconti1 could you look into this when you have a few minutes ? currently, look in the readme, we have install instructions for fastplaid but the issues that led us to not integrating are now fixed. If this installs properly for you, we can just add the dep in the pyproject.toml and modify the readme !
Yes sounds good! Will try to have a look at that during the week :)