mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
slow completions over group_size 4, debugging added
This commit is contained in:
parent
5b82190460
commit
88286f6da3
3 changed files with 22 additions and 5 deletions
|
|
@ -448,6 +448,8 @@ class AgentEnv(BaseEnv, ABC, Generic[AgentEnvConfigT]):
|
|||
|
||||
if len(items) != self.config.group_size:
|
||||
return None, backlog
|
||||
|
||||
# TODO: Mack sure logprobs included
|
||||
|
||||
group: ScoredDataGroup = ScoredDataGroup(
|
||||
tokens=[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue