mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
Update humaneval benchmark & utils; fixs some bug in action node.
This commit is contained in:
parent
d671e6ca6d
commit
96bd3101ec
5 changed files with 35 additions and 13 deletions
2
test.py
2
test.py
|
|
@ -7,5 +7,5 @@ import asyncio
|
|||
|
||||
from examples.ags.benchmark.humaneval import sample_generate, samples_generate
|
||||
|
||||
asyncio.run(sample_generate("HumanEval/id", result_path="result_path", mode="alpha"))
|
||||
asyncio.run(sample_generate("HumanEval/id", result_path="result_path", mode="alpha_codium"))
|
||||
asyncio.run(samples_generate(mode="alpha_codium", result_path="result_path"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue