repro
repro copied to clipboard
Running on recent gpus
Hi,
has anybody else experienced issues running qaeval on recent gpus?
I am using a NVIDIA GeForce RTX 3080 Ti. As far as I see, it requires cuda >= 11 and the project requires pytorch 1.7 which is only provided with cuda up to 10.2. If I try to run the project I get an error:
RuntimeError: CUDA error: no kernel image is available for execution on the device
Did i miss something? has anybody managed to circumvent such an issue? If anybody needs further information I can provide a minimal running code example. I also experienced the same issue for another old metric, I described it in more details on stackoverflow.