The instructions in the README on running lm-evaluation-harness set batch size > 1, and I would like to try batched generation in a standalone script.
Per this previous thread (#49 (comment)) it seems like standard attention masking/padding tokens are not supported yet, which should also mean batched generation with differently sized prompts is not currently possible, so how is lm-evaluation-harness is able to handle batch size > 1?
The instructions in the README on running
lm-evaluation-harnessset batch size > 1, and I would like to try batched generation in a standalone script.Per this previous thread (#49 (comment)) it seems like standard attention masking/padding tokens are not supported yet, which should also mean batched generation with differently sized prompts is not currently possible, so how is
lm-evaluation-harnessis able to handle batch size > 1?