MCPcopy
hub / github.com/BytedTsinghua-SIA/DAPO / _tsk

Function _tsk

eval/eval_aime24.py:32–35  ·  view source on GitHub ↗
(coro)

Source from the content-addressed store, hash-verified

30 start = time.time()
31 with tqdm.tqdm(total=len(tasks)) as pbar:
32 async def _tsk(coro):
33 ret = await coro
34 pbar.update(1)
35 return ret
36 tasks = [_tsk(t) for t in tasks]
37 responses = await asyncio.gather(*tasks)
38 end = time.time()

Callers 1

evalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected