Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions recipes/overlays/gb200-eks-inference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,3 @@ spec:
intent: inference
dependencyRefs:
- nodewright-operator

# NCCL fabric health checks. NET exercises EFA (inter-node), NVLS exercises
# MNNVL (intra-NVL72). Both matter for multi-node inference that spans the
# fabric (tensor-parallel serving, MoE expert parallelism); single-node
# deployments hit the WorkerCount < 2 skip path gracefully. Thresholds sized
# for a 2-node GB200 pair — will be raised once production NVL72 data is
# available.
validation:
performance:
checks:
- nccl-all-reduce-bw-net
- nccl-all-reduce-bw-nvls
constraints:
- name: nccl-all-reduce-bw-net
value: ">= 40"
- name: nccl-all-reduce-bw-nvls
value: ">= 500"
Loading