Regrade is recommended when only the verifier changes and the task uses a
separate verifier. The agent phase is not rerun.
Regrade a job
-p accepts a task directory or a directory of tasks. Harbor matches tasks to
source trials by task name. Repeat -p to provide multiple locations.
Regrade a trial
Regrade from Harbor Hub
Use a Hub job or trial UUID instead of a local path.Requirements
- The source is a completed, single-step trial with readable
result.jsonandartifacts/manifest.jsonfiles. - The updated task uses a separate verifier.
- Every artifact required by the updated verifier was collected by the source trial and still exists.
How it works
For each source trial, Harbor:- Copies the recorded outputs into a new trial.
- Builds the updated verifier environment.
- Runs verification and writes a new result.
Options
Job regrades also support
-n, --n-concurrent and --job-name. Trial regrades
support --trial-name.
