Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA-NeMo
/
RL
Public
Notifications
You must be signed in to change notification settings
Fork
540
Star
2k
Code
Issues
509
Pull requests
518
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: Topology aware placement
- #2612
#2612
Merged
terrykong
merged 21 commits into
main
NVIDIA-NeMo/RL:main
from
youngeunk/topology-aware-placement
NVIDIA-NeMo/RL:youngeunk/topology-aware-placement
Copy head branch name to clipboard
Jun 23, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
feat: Topology aware placement
#2612
terrykong
merged 21 commits into
main
NVIDIA-NeMo/RL:main
from
youngeunk/topology-aware-placement
NVIDIA-NeMo/RL:youngeunk/topology-aware-placement
Copy head branch name to clipboard
Commits
Commits on Jun 22, 2026
feat: topology-aware inference placement for non-colocated vLLM
Show description for 6a3b248
ananthsub
authored and
terrykong
committed
6a3b248
View commit details
Copy full SHA for 6a3b248
Browse repository at this point
bug fix in topology-aware placement
Show description for fb2b112
youngeunkwon0405
authored and
terrykong
committed
fb2b112
View commit details
Copy full SHA for fb2b112
Browse repository at this point
fix: make vllm placement group init idempotent
Show description for fc519cd
youngeunkwon0405
authored and
terrykong
committed
fc519cd
View commit details
Copy full SHA for fc519cd
Browse repository at this point
fix: restore SBATCH singleton dependency in ray.sub
Show description for a7dafe7
terrykong
committed
a7dafe7
View commit details
Copy full SHA for a7dafe7
Browse repository at this point
fix(ray.sub): force base-10 for TOPO_RANK fallbacks to avoid invalid JSON
Show description for 1518926
terrykong
committed
1518926
View commit details
Copy full SHA for 1518926
Browse repository at this point
Revert "fix: make vllm placement group init idempotent"
Show description for ab6841f
terrykong
committed
ab6841f
View commit details
Copy full SHA for ab6841f
Browse repository at this point
test
Show description for 4d770ca
terrykong
committed
4d770ca
View commit details
Copy full SHA for 4d770ca
Browse repository at this point
fix: remove unnecessary try/except in _get_gpu_id_info
Show description for afa325c
terrykong
committed
afa325c
View commit details
Copy full SHA for afa325c
Browse repository at this point
feat: add segment_size to ClusterConfig and exemplar configs
Show description for 20e218f
terrykong
committed
20e218f
View commit details
Copy full SHA for 20e218f
Browse repository at this point
feat: add topology-aware placement to SFT
Show description for a60c2fa
terrykong
committed
a60c2fa
View commit details
Copy full SHA for a60c2fa
Browse repository at this point
feat: add topology-aware placement to DPO
Show description for 5b6bb53
terrykong
committed
5b6bb53
View commit details
Copy full SHA for 5b6bb53
Browse repository at this point
feat: add topology-aware placement to distillation
Show description for d9e17d7
terrykong
committed
d9e17d7
View commit details
Copy full SHA for d9e17d7
Browse repository at this point
test: add unit tests for topology-aware placement
Show description for 20ed320
terrykong
committed
20ed320
View commit details
Copy full SHA for 20ed320
Browse repository at this point
refactor: extract prepare_segment_topology to eliminate topology boilerplate
Show description for b89d01f
terrykong
committed
b89d01f
View commit details
Copy full SHA for b89d01f
Browse repository at this point
feat: add topology-aware placement to RM
Show description for 295043a
terrykong
committed
295043a
View commit details
Copy full SHA for 295043a
Browse repository at this point
fix: use generation_config[backend] to detect vLLM vs SGLang for inference topology
Show description for d7a11aa
terrykong
committed
d7a11aa
View commit details
Copy full SHA for d7a11aa
Browse repository at this point
fix: assert bundle count matches world_size after topology sort
Show description for 07a533e
terrykong
committed
07a533e
View commit details
Copy full SHA for 07a533e
Browse repository at this point
fix: make ClusterConfig.segment_size NotRequired to avoid breaking existing configs
Show description for c0e484a
terrykong
committed
c0e484a
View commit details
Copy full SHA for c0e484a
Browse repository at this point
ci: trigger DCO re-check with updated base branch
Show description for 2c53db2
terrykong
committed
2c53db2
View commit details
Copy full SHA for 2c53db2
Browse repository at this point
refactor: route bundle reordering through topology-aware get_reordered_bundle
Show description for 6874bf5
terrykong
committed
6874bf5
View commit details
Copy full SHA for 6874bf5
Browse repository at this point
Commits on Jun 23, 2026
test: temporarily skip SGLang server unit tests (CuTe/CUDA env)
Show description for 4b82af4
terrykong
committed
4b82af4
View commit details
Copy full SHA for 4b82af4
Browse repository at this point
You can’t perform that action at this time.