AdamInTokyo
AdamInTokyo
I was able to install a compatible version of triton by using the [legacy-backend](https://github.com/triton-lang/triton/releases/tag/legacy-backend) release from their github, as I describe [here](https://github.com/triton-lang/triton/issues/4511#issuecomment-2620936023).
We encountered a similar issue where the first errors were showing "Attempting to register factory for plugin cuDNN when one has already been registered" followed by errors with code 500...
I ran into the same issue with DNABERT-2's flash attention implementation using code specific to dev versions of v2.0.0. It appears these versions are no longer available via pip. I...