Update coding_server.py

This commit is contained in:
Wind 2026-01-22 15:19:28 +07:00 committed by GitHub
parent 1f814a5c10
commit 4f24688d18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -606,7 +606,7 @@ class CodingEnv(BaseEnv):
old_completion_idx:new_completion_idx
]
)
> (0.95 * self.max_token_len)
> (0.95 * self.max_token_length)
).mean()
if self.wandb_prepend is not None: