Closed nikjetchev closed 3 years ago
Hi,
Sorry for the late reply. Is there a specific reason that you want to install v0.1.3? I would suggest to try 0.4.0 or even directly from master.
In the Github actions you can see which versions of python and PyTorch are being automatically tested every time to get an idea for a combination that we know will work.
Let me know if you are still experiencing problems.
Cheers, Angelos
I am closing the issue due to inactivity but feel free to reopen it if you are still experiencing problems.
Cheers, Angelos
This issue exists also in the latest version, when running with cuda 12.
Hi
I am installing fast-transformers via pip
but I get error when compiling the C code (really long tex of warnings, parse only first and last lines for readability here)
this makes some transformers such as Clustered Attention unusable for me due to this error
Can you help me with the issue, if fixing the c++ error is too difficult than is there a way to hack a solution and replace the line which needs the compute hashes with the equivalent pytorch or python function?
thanks a lot, this will help me finish in the next 3 weeks the NeurIPS paper I am writing which tries to reproduce and compare with the results of some of your attention methods from this repository.