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]| Option | Default | Description |
|---|---|---|
artifact | Path to a submission .tar.gz. | |
--estimator | Path to estimator.py (packaged before submit). | |
--class | Estimator class name. | |
--requirements | (Deprecated; ignored — has no effect.) | |
--submission-metadata | (Deprecated; ignored — has no effect.) | |
--approach | (Deprecated; ignored — has no effect.) | |
--yes, -y | Skip 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'). |
--watch | Poll AIcrowd submission status until graded/failed. | |
--watch-timeout | 600.0 | Max seconds to poll grading before detaching with a tracking link (default: 600). |
--dry-run | Package and show exactly what would upload (files, sizes, versions, manifest); do not submit. | |
--format | Select output format: rich, plain, or json. | |
--json | Alias for --format json. |