Update Code Review

This commit is contained in:
didi 2024-08-01 14:20:40 +08:00
parent 686b1cd130
commit 6d4c72cdf0
11 changed files with 549 additions and 662 deletions

View file

@ -4,7 +4,8 @@
# @Desc : test on humaneval graph
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(samples_generate(mode='alpha',result_path="result_path"))
asyncio.run(sample_generate("HumanEval/id", result_path="result_path", mode="alpha"))
asyncio.run(samples_generate(mode="alpha_codium", result_path="result_path"))