mrqa / MRQA-Shared-Task-2019

Resources for the MRQA 2019 Shared Task
https://mrqa.github.io
MIT License
292 stars 31 forks source link

CUDA device available on codalab #24

Closed minstar closed 5 years ago

minstar commented 5 years ago

Hi, we emptied our minds that CUDA is not available on codalab because of CUDA runtime error. We almost gave up the submission. However, extended submission is possible. So we left this issue. Is there any way to execute the code with gpu available? we've got the error as below:

this issue with bundle ID is 0xa33e129bd4514ebaa65c923b2ad35967.

robinjia commented 5 years ago

Hi,

You need to use the flag --request-gpus 1 when you call cl run in order to have a GPU.