Revert "eval max_token_length consistent with training config"

This reverts commit 5f52befd38.
This commit is contained in:
Partho Das 2026-03-08 04:42:02 +05:30
parent 5f52befd38
commit cd3a9163c7

View file

@ -259,7 +259,7 @@ class MathEnv(BaseEnv):
completion = await managed.completion(
prompt=question,
n=1,
max_tokens=self.config.max_token_length,
max_tokens=32765,
temperature=0.0,
split="eval",
stop=stop_list,