EvalAI
EvalAI copied to clipboard
[Question] Is it possible to run multiple workers?
Could you explain how to run multiple workers in a single machine for parallel evaluation? For example, I run a challenge on my local server in docker, then several participants submit their solutions. As I understand, the worker run submissions one-by-one and therefore participants wait in a queue. It will be great to run multiple workers to speed up the evaluation. Thanks!