Native tool-call SFT + eval, transcript-distillation trajectories, local-serve + Codex skill sync#115
Open
ProfSynapse wants to merge 1 commit into
Open
Native tool-call SFT + eval, transcript-distillation trajectories, local-serve + Codex skill sync#115ProfSynapse wants to merge 1 commit into
ProfSynapse wants to merge 1 commit into
Conversation
…cal-serve + Codex skill sync Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What's included
loss_mask_mode+tool_call_mode(assistant_only / native), plus a single-shard load fix that skips split-count verification when loading one shard.tuner/handlers/local_serve_handler.py) and a Docker utility module (tuner/utils/docker.py)..codex/skillssync mirror added alongside.skills/.agents/skills/.claude/skills, plus.gitignorehygiene and aconfigs/transcript_import/default.yamlimport config.What's intentionally NOT included
Tools/holdout-materialization + aggregator scripts and their tests (tests/tools/,tests/evaluator/) — these are personal-model glue that lived on the feature branch and are out of scope for this generic PR.Testing
New tests added under:
tests/trainers/sft/— loss-mask modes, tool-call mode data loader, native tool calls, preprocessing contract, chat-template kwargs passthrough, multi-split data loader.tests/scripts/test_trajectory_emit.py— transcript trajectory emit (36 passing).tests/shared/— verifier extraction and verifier dispatch.tests/cloud/test_training_capacity.py— training capacity.🤖 Generated with Claude Code