Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

long time waiting after postprocessing #504

Open
yiyexy opened this issue Jan 17, 2025 · 1 comment
Open

long time waiting after postprocessing #504

yiyexy opened this issue Jan 17, 2025 · 1 comment

Comments

@yiyexy
Copy link

yiyexy commented Jan 17, 2025

Image

it's long time for waiting after postprocessing.

I'm evaluating seedbench_lite.

@Luodian
Copy link
Contributor

Luodian commented Feb 8, 2025

It's because saving the samples take long time, maybe seedbench's doc contains too much information.

You could try to remove --log_samples to see if that accelerate the log.

But for long run, you may need to hack to the lines to make sure the results are not too big.

results.update({"task_hashes": task_hashes})
results.update(asdict(self.general_config_tracker))
dumped = json.dumps(
results,
indent=2,
default=handle_non_serializable,
ensure_ascii=False,
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants