mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
debugging
This commit is contained in:
parent
89386598d8
commit
955832a349
1 changed files with 2 additions and 1 deletions
|
|
@ -646,7 +646,8 @@ class BaseEnv(ABC):
|
|||
group_size = group.get("group_overrides", {}).get(
|
||||
"group_size", self.config.group_size
|
||||
)
|
||||
|
||||
rprint(f"group_size: {group_size}")
|
||||
rprint(f"group: {group}")
|
||||
if not (
|
||||
(None not in group) and (len(group.get("tokens", [])) == group_size)
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue