whestbench.
CLI

whest submit

Submit to AIcrowd (packages an estimator if needed, then uploads).

whest submit

Submit to AIcrowd (packages an estimator if needed, then uploads).

whest submit [options]
OptionDefaultDescription
artifactPath to a submission .tar.gz.
--estimatorPath to estimator.py (packaged before submit).
--classEstimator class name.
--requirements(Deprecated; ignored — has no effect.)
--submission-metadata(Deprecated; ignored — has no effect.)
--approach(Deprecated; ignored — has no effect.)
--yes, -ySkip the folder-submission confirmation prompt (for CI).
--challenge'arc-white-box-estimation-challenge-2026'Challenge slug (default: arc-white-box-estimation-challenge-2026).
--description'Submitted via whest submit'Description label attached to the AIcrowd submission (default: 'Submitted via whest submit').
--watchPoll AIcrowd submission status until graded/failed.
--watch-timeout600.0Max seconds to poll grading before detaching with a tracking link (default: 600).
--dry-runPackage and show exactly what would upload (files, sizes, versions, manifest); do not submit.
--formatSelect output format: rich, plain, or json.
--jsonAlias for --format json.

On this page