If I try to run mgsm task using accelerate, I have the tasks not found error. But if I run it outside accelerate, it works fine.
Any idea how I can incorporate all tasks with Accelerate?
This is the command I was using:
accelerate launch --multi_gpu --num_processes 4 -m lm_eval model: hf model_args: pretrained=${model} tasks: mgsm_direct device: cuda batch_size: auto
Hi! not sure what the underlying cause could be. Can you run it with --verbosity DEBUG and see if any mgsm specific warning/error shows up. I would also double check the environments.
If I try to run mgsm task using accelerate, I have the tasks not found error. But if I run it outside accelerate, it works fine.
Any idea how I can incorporate all tasks with Accelerate?
This is the command I was using:
accelerate launch --multi_gpu --num_processes 4 -m lm_eval model: hf model_args: pretrained=${model} tasks: mgsm_direct device: cuda batch_size: auto