mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
revert zip change
This commit is contained in:
parent
d5e6793f02
commit
f0fee7fba6
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ class GSM8kEnv(BaseEnv):
|
|||
|
||||
to_score = list()
|
||||
to_backlog = list()
|
||||
for i, chat_completion in zip(chat_completions.choices, nodes):
|
||||
for i, chat_completion in enumerate(chat_completions.choices):
|
||||
messages = (
|
||||
{"role": "system", "content": system_prompt},
|
||||
user_message,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue