Add MoE example - #8
Merged
Merged
Conversation
rysaya
pushed a commit
to rysaya/slime
that referenced
this pull request
Aug 15, 2025
Add MoE example
m1nttee
pushed a commit
to m1nttee/slime
that referenced
this pull request
Nov 24, 2025
…understanding [Doc] To understand sgl spec decoding impl
yueming-yuan
pushed a commit
to yueming-yuan/slime
that referenced
this pull request
Dec 29, 2025
JensenFire
added a commit
to JensenFire/slime
that referenced
this pull request
Jan 5, 2026
- fix one small bug in `slime/backends/megatron_utils/update_weight/update_weight_from_rdma.py`, which will trigger keyerror because of the mismatching keys in `ret_batch` and `self.engines` - add patching code for qwen3 model, when `sglang_tp > 1`. Without the patching codes, the `attn-tp-size` will be 1, instead of the `sglang_tp` we set. - add `tests/test_weight_transfer_single_host_h100_80g.sh` for the specific tests on h100-80g nodes. - Tests: ``` . tests/test_weight_transfer_single_host.sh . tests/test_weight_transfer_single_host_h100_80g.sh ```
Yangruipis
pushed a commit
to redai-infra/slime
that referenced
this pull request
Feb 28, 2026
Add MoE example
mouad-hpc
pushed a commit
to mouad-hpc/slime
that referenced
this pull request
Apr 6, 2026
[CI] GPU Smoke Test CI
junlin-star
added a commit
to modal-projects/slime
that referenced
this pull request
Aug 28, 2026
… knob, stale test Debt items #4, #5, #6, THUDM#8, THUDM#10 from RUNBOOK §6: - Dead retro Phase-1 code: retro/phase1.py, retro/survey.py, generate_retro_survey (+ its survey-metrics test), prefetch.reset_worker, the FILESYSTEM snapshot kind (hard-rejected since Phase-0) and create_from_filesystem_snapshot. - Legacy evalset producer path: evalset.py, prepare_eval_data.sh, qwen3_swe_eval.sh (superseded by the guide repo's datasets.py registry; note left in convert2slime/README.md). - async_rl_research/ stale predecessor copy: notes_remote_judge_integration.md salvaged into agentic_rl/docs/, directory moved to ~/.Trash; dashboard/app.py deploy docstring de-staled. - Dead knob agentic_max_boot_retries removed (set everywhere, read nowhere — boot retries are hard-coded in sandbox.py); agentic_eval_timeout documented as the real grading budget. - test_frontier_cs_eval.py un-staled: protocol pins + founding-arm pins are exact, registry growth no longer breaks it; new launchability test covers all 11 arms. Added to the CI agent-test matrix along with test_retro, test_behavior_lag, test_retro_launch_config (the restructure harness); each got the repo-root sys.path header + __main__ runner CI requires. tests/test_agent: 200 passed, 1 skipped. Migration order: RUNBOOK.md §7, step 2 of 8. Co-Authored-By: Claude Fable 5 <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.
No description provided.