Skip to content

feat(deploy): add H100 NVL and L40S accelerator NFD rules#103

Merged
hhk7734 merged 1 commit intomainfrom
feat/add-h100-nvl-l40s-accelerator-rules
Apr 3, 2026
Merged

feat(deploy): add H100 NVL and L40S accelerator NFD rules#103
hhk7734 merged 1 commit intomainfrom
feat/add-h100-nvl-l40s-accelerator-rules

Conversation

@hhk7734
Copy link
Copy Markdown
Member

@hhk7734 hhk7734 commented Apr 3, 2026

Summary

  • Add NodeFeatureRule entries for NVIDIA H100 NVL (PCI device 2321) and L40S (PCI device 26b9) to the moai-accelerator NFD rules
  • Update the supported devices documentation page to list both new accelerator models

Test plan

  • Verify helm template renders the new NFD rules correctly
  • Deploy to a cluster with H100 NVL / L40S nodes and confirm moai.moreh.io/accelerator.model labels are applied
  • Check the website builds without errors (npm run build in website/)

🤖 Generated with Claude Code

Add NodeFeatureRule entries for NVIDIA H100 NVL (PCI 2321) and L40S
(PCI 26b9) to moai-accelerator.yaml and update the supported devices
documentation to include both models.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 3, 2026 06:56
@hhk7734 hhk7734 requested a review from a team as a code owner April 3, 2026 06:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Node Feature Discovery (NFD) labeling support for two additional NVIDIA accelerator variants (H100 NVL and L40S) and documents the new moai.moreh.io/accelerator.model values so users can target them via node labels.

Changes:

  • Add NodeFeatureRule entries matching NVIDIA PCI device IDs 2321 (H100 NVL) and 26b9 (L40S) to apply moai.moreh.io/accelerator.* node labels.
  • Update supported devices documentation to include h100-nvl and l40s models.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
deploy/helm/moai-inference-framework/templates/nfd/moai-accelerator.yaml Adds two new NVIDIA NFD rules mapping PCI device IDs to moai.moreh.io/accelerator.model labels.
website/docs/reference/supported-devices.mdx Documents the two newly supported accelerator model labels.

@hhk7734 hhk7734 merged commit cea9484 into main Apr 3, 2026
7 checks passed
@hhk7734 hhk7734 deleted the feat/add-h100-nvl-l40s-accelerator-rules branch April 3, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants