Skip to content

Commit dc8323f

Browse files
authored
Merge branch 'main' into feat/helm-values-check
2 parents ce95913 + 71c4097 commit dc8323f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

recipes/components/skyhook-customizations/manifests/tuning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
packages:
6464
nvidia-tuned:
6565
image: ghcr.io/nvidia/skyhook-packages/nvidia-tuned
66-
version: "0.2.0"
66+
version: "0.2.1"
6767
interrupt:
6868
type: reboot
6969
env:

recipes/overlays/h100-eks-inference.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ spec:
3737
- name: skyhook-customizations
3838
type: Helm
3939
manifestFiles:
40-
# Temporarily disabled until skyhook-customizations is fixed
41-
- components/skyhook-customizations/manifests/no-op.yaml
40+
- components/skyhook-customizations/manifests/tuning.yaml
4241
overrides:
4342
service: aws
4443
accelerator: h100

recipes/overlays/h100-eks-training.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ spec:
4545
- name: skyhook-customizations
4646
type: Helm
4747
manifestFiles:
48-
# Temporarily disabled until skyhook-customizations is fixed
49-
- components/skyhook-customizations/manifests/no-op.yaml
48+
- components/skyhook-customizations/manifests/tuning.yaml
5049
overrides:
5150
service: aws
5251
accelerator: h100

0 commit comments

Comments
 (0)