Enable LLC training configs#671
Draft
jder wants to merge 18 commits into
Draft
Conversation
d3b2497 to
c79628e
Compare
509b762 to
91815a4
Compare
c79628e to
6a988d6
Compare
91815a4 to
7440baa
Compare
7440baa to
740a791
Compare
6a988d6 to
48817fb
Compare
740a791 to
87e25e8
Compare
48817fb to
4ca8250
Compare
87e25e8 to
6aa69de
Compare
4ca8250 to
088d66e
Compare
088d66e to
bdd0521
Compare
6aa69de to
35caa19
Compare
35caa19 to
a21e9c9
Compare
bdd0521 to
3745683
Compare
a21e9c9 to
4276e4a
Compare
3745683 to
58589da
Compare
…specs # Conflicts: # src/ocean_emulators/stepper.py
58589da to
a7659e1
Compare
4276e4a to
5c2d900
Compare
5c2d900 to
47d5ed9
Compare
0d2e5f3 to
dece93c
Compare
dece93c to
0c477e4
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.
Summary
This is PR 4 in the LLC stack, based on #670.
It lands the minimal model and config changes needed to make the initial LLC training configs valid on the standard training path. The intent is to support the initial LLC experiment shape without mixing in GPU decode or cluster-local launcher logic.
Why
Once the LLC CPU loader exists, the next step is making LLC runs representable in the training config and model code. Keeping that separate from GPU decode keeps the review surface smaller.
Notes
This remains a draft stacked PR.