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 :)