mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
debugging
This commit is contained in:
parent
955832a349
commit
24d41720ef
1 changed files with 1 additions and 0 deletions
|
|
@ -653,6 +653,7 @@ class BaseEnv(ABC):
|
|||
):
|
||||
logger.warning(
|
||||
f"Group structure invalid, or token count mismatch (expected {group_size}), "
|
||||
f"Got {len(group.get('tokens', []))}"
|
||||
f"or 'tokens' key missing. Skipping group: {str(group)[:200]}..."
|
||||
)
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue