gritlm
gritlm copied to clipboard
Dose your evaluation code support data parallelism?
Dose your evaluation code support data parallelism? I couldn't find any module to mteb evaluation that use DP or DDP
Yes it automatically uses DP via this line of code https://github.com/ContextualAI/gritlm/blob/b89fdefa18731f1aa1d6111c3849c1e4c811b9d6/gritlm/gritlm.py#L75
Thank you. And by the code we can only use DP or PP, can't mix using these two?
Thank you. And by the code we can only use DP or PP, can't mix using these two?
Yeah only one or the other for mteb evaluation; I'm not sure if transformers supports mixing them