mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
[eval-v1] add timer
This commit is contained in:
parent
247464a47d
commit
df5438498e
2 changed files with 40 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ async def main_async():
|
|||
|
||||
eval_start_time = time.time()
|
||||
all_results = await evaluator.evaluate_datasets(dataset_configs)
|
||||
print(f'Time taken to collect evaluation data: {time.time() - eval_start_time}')
|
||||
print(f'Time taken to collect evaluation data: {time.time() - eval_start_time:.2f} seconds')
|
||||
# Save results
|
||||
output_file = os.path.join(
|
||||
args.output_dir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue