Hi, I am running the code examples on Google Colab, but when I load the model with this code:
model = load_model("deepblast-v3.ckpt", "Rostlab/prot_t5_xl_uniref50", device='cuda')
I get this error:
[222] Call to cuLinkAddData results in CUDA_ERROR_UNSUPPORTED_PTX_VERSION
ptxas application ptx input, line 9; fatal: Unsupported version 8.5; current version is '8.4'
I tried to change the CUDA version, but it didn't work. I also tried to install VM exactly as mentioned in the installation part, but it didn't work