From 2adcd5dddacabe89edf38a8e755dde12f3a8b894 Mon Sep 17 00:00:00 2001 From: Lewis Tunstall Date: Thu, 15 May 2025 12:33:08 +0000 Subject: [PATCH] Bump LightEval --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0026fb1c6..7189502cc 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ "langdetect", # Needed for LightEval's extended tasks "latex2sympy2_extended>=1.0.6", "liger-kernel>=0.5.6", - "lighteval @ git+https://github.com/huggingface/lighteval.git@d50bc3072b8814656633400a1850c500c6aa2e39", + "lighteval @ git+https://github.com/huggingface/lighteval.git@d3da6b9bbf38104c8b5e1acc86f83541f9a502d1", # Critical bug fix for tokenizer revisions: https://github.com/huggingface/lighteval/pull/721 "math-verify==0.5.2", # Used for math verification in grpo "morphcloud==0.1.67", "packaging>=23.0",