AIcrowd Submission Failed (Local Evaluation Worked)

Hi,

I’ve installed pytorch:
!pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html

but keep getting NotImplementedError: Cuda is not availabel (when trying to compile deformable attention ‘sh make.sh’)

The evaluation worked fine on Colab and Locally.
What is the version of cuda installed on the server?
Really need help on this, have been stuck for way to long :frowning:

Probably it’s too late, but anyway
There are three possible scenarios:

  • you’ve installed CPU version of Pytorch
  • you’ve installed incompatible CUDA version
  • As from what I see, neither of these are you cases, so I assume you just forgot to set the GPU flag in aicrowd.json?
    gpu: true

P.S. cuda:10.1, python3.7, ubuntu 18.04

Yh, it’s too late.

VitAdapter required cuda 11.1
I read somewhere (in a discussion on aicrowd) that the version of cuda was 10.0
I tried with this and it didn’t work.

:frowning: