Skip to content

Commit

Permalink
update execution script
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed Apr 16, 2024
1 parent 7c4c370 commit ad11af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/execute_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
outputs.append(s)
pass_count = 0
count = 0
with open(f"results/{jsonl_file.replace('.jsonl', '.py')}","w") as fp:
with open(f"{jsonl_file.replace('.jsonl', '.py')}","w") as fp:
for output in tqdm(outputs):
if output["generation"][0]:
with open("test.py","w") as f:
Expand Down

0 comments on commit ad11af8

Please sign in to comment.