EleutherAI/lm-evaluation-harness

Ruler QA tasks do not work for `max_seq_lengths` < 4096

Open

#2,963 opened on May 9, 2025

View on GitHub
 (11 comments) (1 reaction) (1 assignee)Python (3,306 forks)auto 404
buggood first issue

Repository metrics

Stars
 (12,755 stars)
PR merge metrics
 (Avg merge 15d 7h) (11 merged PRs in 30d)

Description

when max_seq_lengths is set to 2048, the program will hang on a while true loop forever. 4096 or beyond works normally

Contributor guide