[codex] Sync H100 runner capacity with Slurm / 同步 H100 运行器与 Slurm 容量 - #2739
Draft
cquil11 wants to merge 1 commit into
Draft
[codex] Sync H100 runner capacity with Slurm / 同步 H100 运行器与 Slurm 容量#2739cquil11 wants to merge 1 commit into
cquil11 wants to merge 1 commit into
Conversation
Remove three generic H100 runner entries after the provider permanently reduced the cluster and the live Slurm partition settled at 17 nodes. Preserve the specialized multinode and disaggregated runners. 中文:云服务商永久缩减 H100 集群后,实时 Slurm 分区现为 17 个节点,因此移除三个通用 H100 运行器条目,并保留多节点和分离式推理专用运行器。
Collaborator
Author
|
Closing because the project scope is now limited to porting active, nondeprecated AMD multi-node configurations to srt-slurm. This PR is outside that scope. |
Collaborator
Author
|
Reopening: this PR predates the recent out-of-scope configuration-porting detour and was closed by mistake during an overly broad cleanup. Its prior state is being restored. |
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
h100-dgxc-slurm_13,_14, and_15from the generich100andcluster:h100-dgxcrunner inventories._16through_19, which carry the specialized multinode and disaggregated-serving labels.The three idle runner registrations were also removed from the live GitHub Actions runner registry before opening this PR.
Why
The provider permanently reduced the original 20-node H100 allocation. The live Slurm partition now exposes 17 nodes, while GitHub still advertised 20 runner capacity tokens, allowing the weighted scheduler to over-admit by three nodes.
Validation
hpc-gpu-1reports 17 Slurm nodes.cluster:h100-dgxcrunners after the sync.python -m pytest utils/matrix_logic/test_validation.py utils/matrix_logic/test_generate_sweep_configs.py -q— 232 passedgit diff --check中文说明
h100和cluster:h100-dgxc运行器清单中移除h100-dgxc-slurm_13、_14和_15。_16至_19。创建本 PR 前,已从 GitHub Actions 实时运行器注册表中删除这三个空闲运行器。
原因
云服务商永久缩减了原有的 20 节点 H100 配额。实时 Slurm 分区目前提供 17 个节点,但 GitHub 仍发布 20 个运行器容量令牌,导致加权调度器可能超额准入三个节点。
验证
hpc-gpu-1报告 17 个 Slurm 节点。cluster:h100-dgxc运行器。python -m pytest utils/matrix_logic/test_validation.py utils/matrix_logic/test_generate_sweep_configs.py -q— 232 项测试通过git diff --check