Conversation
Member
|
Verifiers PR for skipping rubric scoring: PrimeIntellect-ai/verifiers#645 |
This reverts commit ebe4fb1.
91af060 to
cc624fe
Compare
samsja
reviewed
Dec 26, 2025
samsja
reviewed
Dec 26, 2025
Signed-off-by: faresobeid <111092724+faresobeid@users.noreply.github.com>
Contributor
Author
samsja
reviewed
Dec 29, 2025
samsja
reviewed
Dec 29, 2025
samsja
reviewed
Dec 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Can use by setting this in an rl.toml config
Can also use an existing teacher inference instant with
Note
Adds end-to-end support for on-policy distillation and an option to skip verification for pure distillation.
orchestrator.teacher_modelconfig; RL runner can auto-start a teacher inference server viateacher_gpu_ids/teacher_inference; orchestrator computesteacher_logprobsvia prefill and attaches toTrainingSample/MicroBatchteacher_logprobswithtrainer.loss.teacher_tauandtrainer.loss.adv_tau; logsteacher_kl; minor fixes to importance ratio/sequence handlingorchestrator.buffer.skip_verificationdisables rubric scoring and related features (rewards set to 0)temperatureexplicitly and include optionalteacher_logprobsthrough packing/padding to GPU tensorsdocs/on_policy_distillation.md; config validators to auto-configure teacher server/client and prevent invalid combos; tests updatedWritten by Cursor Bugbot for commit 9b6383c. This will update automatically on new commits. Configure here.