mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Update coding_server.py
This commit is contained in:
parent
1f814a5c10
commit
4f24688d18
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue