Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ spec:
packages:
# Check for kernel being >= to 6.14.0-1018 and if not install
nvidia-setup-kernel:
image: ghcr.io/nvidia/skyhook-packages/nvidia-setup
version: "0.2.1"
image: ghcr.io/nvidia/nodewright-packages/nvidia-setup
version: "0.2.2"
configMap:
{{- if $cust.service }}
service: {{ $cust.service }}
Expand All @@ -84,8 +84,8 @@ spec:
memoryRequest: 4096Mi

nvidia-tuned:
image: ghcr.io/nvidia/skyhook-packages/nvidia-tuned
version: "0.2.3"
image: ghcr.io/nvidia/nodewright-packages/nvidia-tuned
version: "0.3.0"
interrupt:
type: reboot
env:
Expand All @@ -100,12 +100,12 @@ spec:
service: {{ $cust.service }}
{{- end }}
dependsOn:
nvidia-setup-kernel: "0.2.1"
nvidia-setup-kernel: "0.2.2"

# Full setup after kernel is in place
nvidia-setup-full:
image: ghcr.io/nvidia/skyhook-packages/nvidia-setup
version: "0.2.1"
image: ghcr.io/nvidia/nodewright-packages/nvidia-setup
version: "0.2.2"
interrupt:
type: reboot
resources:
Expand All @@ -122,5 +122,5 @@ spec:
- name: NVIDIA_SETUP_INSTALL_KERNEL
value: "false"
dependsOn:
nvidia-tuned: "0.2.3"
nvidia-tuned: "0.3.0"
{{- end }}
2 changes: 1 addition & 1 deletion recipes/overlays/gb200-eks-inference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
- name: nodewright-customizations
type: Helm
manifestFiles:
- components/nodewright-customizations/manifests/no-op.yaml
- components/nodewright-customizations/manifests/tuning.yaml
overrides:
service: eks
accelerator: gb200
Expand Down
2 changes: 1 addition & 1 deletion recipes/overlays/gb200-eks-training.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
- name: nodewright-customizations
type: Helm
manifestFiles:
- components/nodewright-customizations/manifests/no-op.yaml
- components/nodewright-customizations/manifests/tuning.yaml
overrides:
service: eks
accelerator: gb200
Expand Down
Loading