Support agent training - #7
Merged
Merged
Conversation
zhuzilin
approved these changes
Jun 24, 2025
| # Convert model | ||
| PYTHONPATH=/root/Megatron-LM python tools/convert_hf_to_torch_dist.py \ | ||
| --hf-checkpoint /root/hf_models/deepseek-ai--DeepSeek-R1-Distill-Qwen-7B \ | ||
| --save /root/megatron_model/DeepSeek-R1-Distill-Qwen-7B-25.02 |
Contributor
There was a problem hiding this comment.
Please rename the ckpt the same as other docs. Also, we no longer need -25.02 suffix.
rysaya
pushed a commit
to rysaya/slime
that referenced
this pull request
Aug 15, 2025
Support agent training
m1nttee
pushed a commit
to m1nttee/slime
that referenced
this pull request
Nov 24, 2025
update verl-quick-start in verl
PopSoda2002
pushed a commit
that referenced
this pull request
Dec 19, 2025
Format convert_fsdp_to_hf with black
yueming-yuan
pushed a commit
to yueming-yuan/slime
that referenced
this pull request
Dec 29, 2025
… infinite num epochs (THUDM#7)
Yangruipis
pushed a commit
to redai-infra/slime
that referenced
this pull request
Feb 28, 2026
Support agent training
mouad-hpc
pushed a commit
to mouad-hpc/slime
that referenced
this pull request
Mar 24, 2026
Revert "fix: run CI steps directly in slimerl/slime pod with native GPU access"
jamescsq47
pushed a commit
to jamescsq47/slime
that referenced
this pull request
Mar 28, 2026
…-black Format convert_fsdp_to_hf with black
HJSang
added a commit
to HJSang/slime
that referenced
this pull request
Jun 14, 2026
- #1 add --opsd-offload-teacher-logits to offload full-vocab teacher logits to CPU between forwards (moved back to device per micro-batch in the loss); keep the on-GPU view by default. Chunked JSD remains future work (THUDM#4, deferred). - THUDM#2 warn when privileged_info is empty/None (teacher==student context -> ~0 signal). - THUDM#3 repack teacher micro-batches by teacher lengths on the actor side, keeping the student's sample-to-rank assignment so response positions stay aligned (repack_micro_batches_by_length in dp_schedule.py; forward-only, per-rank). - THUDM#5 validate OPSD is not combined with --disable-compute-advantages-and-returns. - THUDM#6 skip loading the ref model under OPSD (never forwarded). - THUDM#7 descriptive error when a dataset row lacks the privileged-info field. Tests: add repack unit tests (coverage, token budget, oversized-sample-alone).
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.
No description provided.