mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
Update
This commit is contained in:
parent
4af2315c77
commit
eb97b54a20
4 changed files with 16 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ from examples.ags.w_action_node.utils import jsonl_ranker
|
|||
|
||||
# asyncio.run(sample_generate('HumanEval/101'))
|
||||
# asyncio.run(sample_generate('HumanEval/1'))
|
||||
# asyncio.run(samples_generate(mode='llm'))
|
||||
asyncio.run(samples_generate(mode='ags'))
|
||||
# jsonl_ranker("samples.jsonl", "samples.jsonl")
|
||||
|
||||
|
||||
|
|
@ -14,4 +14,9 @@ from examples.ags.w_action_node.utils import jsonl_ranker
|
|||
# print(unpassed_exapmle)
|
||||
|
||||
# unpassed_exapmle = extract_failure_tests()
|
||||
# print(unpassed_exapmle)
|
||||
# print(unpassed_exapmle)
|
||||
|
||||
# failure_list = ['HumanEval/0', 'HumanEval/1', 'HumanEval/7', 'HumanEval/16', 'HumanEval/24', 'HumanEval/31', 'HumanEval/40', 'HumanEval/56', 'HumanEval/67', 'HumanEval/74', 'HumanEval/83', 'HumanEval/86', 'HumanEval/87', 'HumanEval/90', 'HumanEval/95', 'HumanEval/101', 'HumanEval/104', 'HumanEval/113', 'HumanEval/125', 'HumanEval/132', 'HumanEval/135', 'HumanEval/140', 'HumanEval/143', 'HumanEval/145', 'HumanEval/154', 'HumanEval/161']
|
||||
|
||||
# for example in failure_list:
|
||||
# asyncio.run(sample_generate(example))
|
||||
Loading…
Add table
Add a link
Reference in a new issue