✨ Add configurable RL pass timeouts - #778
Merged
flowerthrower merged 0 commit intoAug 27, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
flowerthrower
force-pushed
the
v3/configurable-pass-timeouts
branch
2 times, most recently
from
August 27, 2026 10:47
811d549 to
c43eb9f
Compare
flowerthrower
changed the base branch from
v3/670-intermediate-rewards
to
v3/paper-reward-parity
August 27, 2026 10:50
9 tasks
flowerthrower
force-pushed
the
v3/configurable-pass-timeouts
branch
2 times, most recently
from
August 27, 2026 11:08
2f66c32 to
f588405
Compare
flowerthrower
force-pushed
the
v3/configurable-pass-timeouts
branch
from
August 27, 2026 13:09
f588405 to
9045fa4
Compare
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.
🤖 AI text below 🤖
Description
Adds an opt-in timeout for individual RL compilation passes during training and inference.
pass_timeouttoPredictor.train_modelfor training.pass_timeouttoPredictor.compile_as_predicted,rl_compile, andqcompilefor inference.The lightweight implementation uses POSIX real-time signals on the main thread. Unsupported platforms or worker threads emit a warning and continue without a timeout.
This PR is stacked on #782.
Codex materially assisted with implementation, tests, validation, and drafting this description. Human review remains required.
Validation
uvx nox -s lintThe broader local suite reached an existing BQSKit worker startup failure (
ConnectionRefusedError) and was stopped after making no progress. CI remains the authoritative integration run.Checklist
If PR contains AI-assisted content:
🤖 *AI text below* 🤖(titles are exempt).