mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-29 17:35:07 +00:00
merge cat behavior and multi-turn.
This commit is contained in:
parent
d55a92af23
commit
bca1e5e966
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ class GSM8kEnv(BaseEnv):
|
|||
to_score.append({
|
||||
"messages": all_messages,
|
||||
})
|
||||
import pdb; pdb.set_trace()
|
||||
# import pdb; pdb.set_trace()
|
||||
to_postprocess = await self.score(to_score)
|
||||
# import pdb; pdb.set_trace()
|
||||
return to_postprocess, to_backlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue