Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
220b1bc
chore(recipes): bump gpu-operator to v26.7.0, driver to 595.91.07, DR…
yuanchen8911 Aug 28, 2026
b306ce2
docs: regenerate container-images BOM for the gpu-operator and DRA bump
yuanchen8911 Aug 28, 2026
80390bc
test: regenerate catalog and stock-render golden digests for the vers…
yuanchen8911 Aug 28, 2026
a7b8e3f
docs(recipes): record the GB200+EFA floor history on the driver pin
yuanchen8911 Aug 28, 2026
b81c9ba
fix(recipes): pin ComputeDomain numNodes and refresh stale version re…
yuanchen8911 Aug 28, 2026
84d235a
docs: align docs, demos and examples with the bumped component versions
yuanchen8911 Aug 28, 2026
069d087
test(recipe): guard ComputeDomain manifests against the CRD-overlap h…
yuanchen8911 Aug 28, 2026
04dded0
fix: correct misspell lint failure and finish the version-reference r…
yuanchen8911 Aug 28, 2026
aee6c8f
test: scope the ComputeDomain guard per YAML document
yuanchen8911 Aug 28, 2026
82803ca
refactor(recipes): replace no-op useOpenKernelModules with kernelModu…
yuanchen8911 Aug 28, 2026
7472712
fix: make the ComputeDomain guard path-aware and update kernelModuleT…
yuanchen8911 Aug 28, 2026
44ee51c
fix(recipes): hold the GPU driver at 580.173.02 for P6e EFA compatibi…
yuanchen8911 Aug 28, 2026
4cb1041
test: regenerate goldens after rebase onto main
yuanchen8911 Aug 30, 2026
f9c9826
docs(demos): align demo output with the held 580.173.02 driver pin
yuanchen8911 Sep 1, 2026
ada6498
test: re-audit DRA chart K8s floor and goldens after rebase onto main
yuanchen8911 Sep 3, 2026
18c1d63
test: regenerate goldens after rebase onto main
yuanchen8911 Sep 3, 2026
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
2 changes: 1 addition & 1 deletion .settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ testing:

# GPU CI runtime pins consumed through .github/actions/load-versions.
# renovate: datasource=helm depName=gpu-operator depType=testing
gpu_operator_chart_version: 'v26.3.3'
gpu_operator_chart_version: 'v26.7.0'
# Base image for the CI smoke-test snapshot-agent image. The agent binary is
# static Go and detects GPUs driver-free via NFD/PCI, so it no longer needs a
# CUDA base / nvidia-smi. Matches the NVIDIA static distroless base used for
Expand Down
2 changes: 1 addition & 1 deletion demos/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ aicr query \

```yaml
enabled: true
kernelModuleType: auto
maxParallelUpgrades: 5
rdma:
enabled: false
useOpenKernelModules: true
version: 580.173.02
```

Expand Down
2 changes: 1 addition & 1 deletion docs/integrator/aks-gpu-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ required so the device plugin's volume-mounts allocation strategy still works
for legitimately allocated pods, but it leaves the **volume-mounts
device-request path open** (a pod that declares a `/dev/null`-backed mount whose
destination is under `/var/run/nvidia-container-devices` can still select
devices — the pinned toolkit v1.19.1 accepts the volume-mount device request
devices — the pinned toolkit v1.20.0 accepts the volume-mount device request
only when the mount *source* is `/dev/null`). This is the same posture as
GPU-Operator-managed mode — not a regression — but it means full multi-tenant
isolation additionally requires an admission policy restricting a
Expand Down
2 changes: 1 addition & 1 deletion docs/integrator/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ spec:
# Helm chart from upstream
- repoURL: https://helm.ngc.nvidia.com/nvidia
chart: gpu-operator
targetRevision: v26.3.3
targetRevision: v26.7.0
helm:
valueFiles:
# Values live under the numbered bundle dir (NNN-<component>/)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrator/data-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ spec:
sources:
# Helm chart from upstream
- repoURL: https://helm.ngc.nvidia.com/nvidia
targetRevision: v26.3.3
targetRevision: v26.7.0
chart: gpu-operator
helm:
valueFiles:
Expand Down
2 changes: 1 addition & 1 deletion docs/integrator/recipe-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ spec:
# recipes/registry.yaml
- name: gpu-operator
helm:
defaultVersion: v26.3.3 # Changed from v26.3.2
defaultVersion: v26.7.0 # Changed from v26.3.3
```

**Adding components:**
Expand Down
8 changes: 4 additions & 4 deletions docs/user/air-gap-mirror.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ metadata:
name: aicr-images
spec:
images:
- name: nvcr.io/nvidia/gpu-operator:v26.3.3
- name: nvcr.io/nvidia/gpu-operator:v26.7.0
- name: registry.k8s.io/nfd/node-feature-discovery:v0.19.0
# ...
---
Expand All @@ -124,7 +124,7 @@ spec:
charts:
- name: gpu-operator
repoURL: oci://ghcr.io/nvidia
version: v26.3.3
version: v26.7.0
# ...
```

Expand Down Expand Up @@ -187,13 +187,13 @@ components:
- name: aicr-images
required: true
images:
- nvcr.io/nvidia/gpu-operator:v26.3.3
- nvcr.io/nvidia/gpu-operator:v26.7.0
- registry.k8s.io/nfd/node-feature-discovery:v0.19.0
# ...
charts:
- name: gpu-operator
url: oci://ghcr.io/nvidia/gpu-operator
version: v26.3.3
version: v26.7.0
namespace: gpu-operator
# ...
```
Expand Down
2 changes: 1 addition & 1 deletion docs/user/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ curl -X POST "http://localhost:8080/v1/bundle" \
"apiVersion": "aicr.run/v1alpha2",
"kind": "RecipeResult",
"componentRefs": [
{"name": "gpu-operator", "type": "Helm", "chart": "gpu-operator", "source": "https://helm.ngc.nvidia.com/nvidia", "version": "v26.3.3", "namespace": "gpu-operator", "valuesFile": "components/gpu-operator/values.yaml"},
{"name": "gpu-operator", "type": "Helm", "chart": "gpu-operator", "source": "https://helm.ngc.nvidia.com/nvidia", "version": "v26.7.0", "namespace": "gpu-operator", "valuesFile": "components/gpu-operator/values.yaml"},
{"name": "network-operator", "type": "Helm", "chart": "network-operator", "source": "https://helm.ngc.nvidia.com/nvidia", "version": "26.1.1", "namespace": "nvidia-network-operator", "valuesFile": "components/network-operator/values.yaml"}
],
"deploymentOrder": ["gpu-operator", "network-operator"]
Expand Down
6 changes: 3 additions & 3 deletions docs/user/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ The `--vendor-charts` flag pulls upstream Helm chart bytes into the bundle at bu
my-bundle/
001-gpu-operator/
Chart.yaml # wrapper, declares the vendored subchart
charts/gpu-operator-v26.3.3.tgz # vendored upstream tarball
charts/gpu-operator-v26.7.0.tgz # vendored upstream tarball
values.yaml # values nested under the subchart name
cluster-values.yaml # dynamic values, also nested
install.sh # helm upgrade --install <name> ./<dir> ...
Expand Down Expand Up @@ -2144,10 +2144,10 @@ kind: BundleProvenance
vendoredCharts:
- name: gpu-operator
chart: gpu-operator
version: v26.3.3
version: v26.7.0
repository: https://helm.ngc.nvidia.com/nvidia
sha256: abc123...
tarballName: gpu-operator-v26.3.3.tgz
tarballName: gpu-operator-v26.7.0.tgz
pullerVersion: helm-cli v3.20.2
```

Expand Down
38 changes: 19 additions & 19 deletions docs/user/container-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ _Rendering fidelity:_ `catalog-parity: charts are rendered with the shared recip
| gatekeeper | helm | gatekeeper/gatekeeper | 3.22.2 | 3 |
| gcp-driver-installer | manifest | — | — | 3 |
| gke-nccl-tcpxo | manifest | — | — | 4 |
| gpu-operator | helm | nvidia/gpu-operator | v26.3.3 | 15 |
| gpu-operator | helm | nvidia/gpu-operator | v26.7.0 | 15 |
| gpu-operator-ocp | manifest | — | — | 0 |
| gpu-operator-ocp-olm | manifest | — | — | 0 |
| grove | helm | grove-charts | v0.1.0-alpha.12 | 1 |
Expand All @@ -64,8 +64,8 @@ _Rendering fidelity:_ `catalog-parity: charts are rendered with the shared recip
| nfd-ocp-olm | manifest | — | — | 0 |
| nodewright-customizations | manifest | — | — | 5 |
| nodewright-operator | helm | nodewright | v0.17.1 | 3 |
| nvidia-dra-driver-gpu | helm | dra-driver-nvidia-gpu | 0.4.1 | 1 |
| nvidia-dra-driver-gpu-ocp | helm | dra-driver-nvidia-gpu | 0.4.1 | 1 |
| nvidia-dra-driver-gpu | helm | dra-driver-nvidia-gpu | 0.5.0 | 1 |
| nvidia-dra-driver-gpu-ocp | helm | dra-driver-nvidia-gpu | 0.5.0 | 1 |
| nvsentinel | helm | nvsentinel | v1.20.0 | 6 |
| prometheus-adapter | helm | prometheus-community/prometheus-adapter | 5.3.0 | 1 |
| prometheus-adapter-ocp | helm | prometheus-community/prometheus-adapter | 5.3.0 | 1 |
Expand Down Expand Up @@ -149,20 +149,20 @@ _No images extracted._
### gpu-operator

- `docker.io/library/busybox:1.38.0@sha256:dc2d74b28e4cf8984fa52af1f39bc7c3d9c73760b41a74d629f5d11b1ab28616`
- `nvcr.io/nvidia/cloud-native/dcgm:4.5.2-1-ubuntu22.04`
- `nvcr.io/nvidia/cloud-native/gdrdrv:v2.5.2`
- `nvcr.io/nvidia/cloud-native/k8s-cc-manager:v0.4.0`
- `nvcr.io/nvidia/cloud-native/k8s-driver-manager:v0.11.0`
- `nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.14.2`
- `nvcr.io/nvidia/cloud-native/nvidia-fs:2.27.3`
- `nvcr.io/nvidia/cloud-native/nvidia-sandbox-device-plugin:v0.0.3`
- `nvcr.io/nvidia/cloud-native/vgpu-device-manager:v0.4.2`
- `nvcr.io/nvidia/cloud-native/dcgm:4.6.0-1-ubuntu24.04`
- `nvcr.io/nvidia/cloud-native/gdrdrv:v2.6`
- `nvcr.io/nvidia/cloud-native/k8s-cc-manager:v0.4.3`
- `nvcr.io/nvidia/cloud-native/k8s-driver-manager:v0.12.0`
- `nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.15.0`
- `nvcr.io/nvidia/cloud-native/nvidia-fs:2.29.4`
- `nvcr.io/nvidia/cloud-native/nvidia-sandbox-device-plugin:v0.0.5`
- `nvcr.io/nvidia/cloud-native/vgpu-device-manager:v0.5.0`
- `nvcr.io/nvidia/driver:580.173.02`
- `nvcr.io/nvidia/gpu-operator:v26.3.3`
- `nvcr.io/nvidia/k8s-device-plugin:v0.19.3`
- `nvcr.io/nvidia/k8s/container-toolkit:v1.19.1`
- `nvcr.io/nvidia/k8s/dcgm-exporter:4.5.3-4.8.2-distroless`
- `nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.5.0`
- `nvcr.io/nvidia/gpu-operator:v26.7.0`
- `nvcr.io/nvidia/k8s-device-plugin:v0.20.0`
- `nvcr.io/nvidia/k8s/container-toolkit:v1.20.0`
- `nvcr.io/nvidia/k8s/dcgm-exporter:4.6.0-4.8.3-distroless`
- `nvcr.io/nvidia/kubevirt-gpu-device-plugin:v1.6.0`

### gpu-operator-ocp

Expand Down Expand Up @@ -279,11 +279,11 @@ _No images extracted._

### nvidia-dra-driver-gpu

- `registry.k8s.io/dra-driver-nvidia/dra-driver-nvidia-gpu:v0.4.1`
- `registry.k8s.io/dra-driver-nvidia/dra-driver-nvidia-gpu:v0.5.0`

### nvidia-dra-driver-gpu-ocp

- `registry.k8s.io/dra-driver-nvidia/dra-driver-nvidia-gpu:v0.4.1`
- `registry.k8s.io/dra-driver-nvidia/dra-driver-nvidia-gpu:v0.5.0`

### nvsentinel

Expand Down Expand Up @@ -448,7 +448,7 @@ Y = artifact attached, - = artifact absent, ? = could not probe.

Image Sig SBOM Prov Notes
-------------------------------------------------------------- --- ---- ---- -----
registry.k8s.io/dra-driver-nvidia/dra-driver-nvidia-gpu:v0.4.1 Y - -
registry.k8s.io/dra-driver-nvidia/dra-driver-nvidia-gpu:v0.5.0 Y - -

Summary: 1/1 signed · 0/1 SBOM · 0/1 provenance
```
Expand Down
4 changes: 2 additions & 2 deletions examples/recipes/aks-training.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ componentRefs:
chart: gpu-operator
type: Helm
source: https://helm.ngc.nvidia.com/nvidia
version: v26.3.3
version: v26.7.0
valuesFile: components/gpu-operator/values-aks-training.yaml
dependencyRefs:
- nfd
Expand Down Expand Up @@ -151,7 +151,7 @@ componentRefs:
chart: dra-driver-nvidia-gpu
type: Helm
source: oci://registry.k8s.io/dra-driver-nvidia/charts
version: 0.4.1
version: 0.5.0
valuesFile: components/nvidia-dra-driver-gpu/values.yaml
overrides:
controller:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ validation:
deployment:
constraints:
- name: gpu-operator.version
value: "== v26.3.3"
value: "== v26.7.0"
severity: warning
remediation: "Update GPU Operator to v26.3.3"
remediation: "Update GPU Operator to v26.7.0"
checks:
- expected-resources

Expand Down Expand Up @@ -100,7 +100,7 @@ componentRefs:
chart: gpu-operator
type: Helm
source: https://helm.ngc.nvidia.com/nvidia
version: v26.3.3
version: v26.7.0
valuesFile: components/gpu-operator/values-eks-training.yaml
expectedResources:
- kind: Deployment
Expand Down Expand Up @@ -129,7 +129,7 @@ componentRefs:
chart: dra-driver-nvidia-gpu
type: Helm
source: oci://registry.k8s.io/dra-driver-nvidia/charts
version: 0.4.1
version: 0.5.0
valuesFile: components/nvidia-dra-driver-gpu/values.yaml
dependencyRefs:
- gpu-operator
Expand Down
2 changes: 1 addition & 1 deletion examples/recipes/eks-training.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ componentRefs:
chart: gpu-operator
type: Helm
source: https://helm.ngc.nvidia.com/nvidia
version: v26.3.3
version: v26.7.0
valuesFile: components/gpu-operator/values-eks-training.yaml
dependencyRefs:
- cert-manager
Expand Down
98 changes: 49 additions & 49 deletions pkg/bundler/testdata/stock_render_golden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,52 @@
#
# One entry per leaf overlay: a digest over its fully rendered helm-deployer
# bundle tree (sorted relative paths paired with per-file content hashes).
a100-aks-ubuntu-training-kubeflow: b8161ed651945695164e296dbda3465d288ea19dcdf8d0ef6e84a1cc92af5cdd
a100-any: 8f6e700544dfd93a8be31a148badb32829924807aa1d13c2db2b80527e94c365
a100-eks-ubuntu-training-kubeflow: 9d87274b22b1e3a3c35cee9f884ee00aa8bf2d98c75c7961be6d055ca8b2b4c4
a100-gke-cos-training-kubeflow: 5bfae64e203fdc096e7e5df3d912d45fbf98e79543248c380c73e59562e059f6
a100-oke-ubuntu-training-kubeflow: 5c46cfdaf69b6f38d2b3b377fc5641b5aa6c84b1030fe97426dc4874ed0a5819
b200-any: b0a2e105824bd5042396bbdc91529a5986a62d7e0e2be5fd41a4ee31bc3ab24d
b200-gke-cos-inference-dynamo: 788a4749c063fab956cb133271aaec135148171fc761a34faf22e207d0356924
b200-gke-cos-training-kubeflow: 0d72edc6fe724e87aaa278a60e31fd852b995b978ed7c7768b1ea1ed8cb71864
bcm-inference: 0de8f37c9026519148af9d1f915e0cb35cef0799d39eb19a9f10736f54170742
gb200-any: 5523fb162d04b85010ea14adcacde848823051530ecb2e0784d27bc5c0e10e1a
gb200-eks-ubuntu-inference-dynamo: f306a1fdd7d5fa81cdac39486928c0ebebf46690318d3279bd8a1258f4132698
gb200-eks-ubuntu-training-kubeflow: f9de625240b1836d2d940cef2da8b989bd42d78e73273230ea7bd1b693345f9f
gb200-eks-ubuntu-training-slurm: 52c6c3858c36742d53f23ee36c5cb47859ef5b61ff2c9bbc49e932570b617f62
gb200-oke-ubuntu-inference-dynamo: 4a8fa3f14fd6f8023311baccc03d12405d75d52b96159959a771ebca699e2cf6
gb200-oke-ubuntu-training-kubeflow: 090e678f7ff902fdce9a06afcb5b30aea11a4b90c86979a6ca9059fbd9c14605
gb300-any: 357198d4ae6a0e73528cf0ceda23258213e7eddba5f83aa25f133562bdaf65b0
gb300-eks-ubuntu-inference-dynamo: f20aca19f018e8bbb9970276a6413c6cc898881ceb647c33c0ab7b8a9b078f3e
gb300-eks-ubuntu-training-kubeflow: 0d6b69f81dd4919d02ebad13324b5a1efe3b3efdb783bf91f5454eca194c57fc
h100-aks-ubuntu-inference-dynamo: 5b53e936929ee7ed8f07256472a2ec6885b7f0c752d003ce22a98b258fded50b
h100-aks-ubuntu-training-kubeflow: 5f5d9d468a54571bded9030a968a684a43779161dd0a487521283355bd19560d
h100-aks-ubuntu-training-slurm: 8544a761f71c8577952126a19c9a973b0890826d1680c89ec2ff63540d1b1ef6
h100-any: 9a1e512c6d7fec5f9920ffc2d4b1f036fe59ba80322d4de286d931685bac70d5
h100-bcm-ubuntu-training: cba1fe3491fe878683a4a99fe0af5bf08673b3d4ad21669351d6ce719b313ca3
h100-eks-ubuntu-inference-dynamo: c42f8d3e2bad0aecaa952cf84a41e3603148c2ed2f7163c79c67397fca1ed187
h100-eks-ubuntu-inference-nim: 6b6446a298885359b76f697970c33b80ace95de9cc0a4ab549fe58b8e579ec80
h100-eks-ubuntu-training-kubeflow: e78076ebfd48bec60d410a3f0aa3da2d1cdff0ebec3f506b8b87e07110fd92f4
h100-eks-ubuntu-training-slurm: f42961b910bec0b36b2b6ffcd5e2df6ec54f11755b94190b901884dc7cbff996
h100-gke-cos-inference-dynamo: 1cd1373905cde68c6781925e354459c66e4094c8e6ede458bb75a377628fb5cb
h100-gke-cos-training-kubeflow: 6f0844b970b3706e3b5eb70dc3ae79c17119cf66c3127a7368813d345467bb83
h100-gke-cos-training-slurm: edbbfa71d6dd096bf32d73412929f5779eafd5e172c990839098e02663a7b88d
h100-kind-inference-dynamo: b1734f6c44bff5e21da1d67b9f3a1b3d2de4fd6b48db411a19208c8bf7fda62d
h100-kind-training-kubeflow: 1c589e48629c86e5c8b7db3de708fb502bed7a4e48468a635e5da92cb83c3c1d
h100-kind-training-slurm: c8f780ca26d66c5191ba97409fdf9f49c5226eb78fee6ed54e06d05490b2215a
h200-any: 8f30849eac9a8489ce02ea195d538f6f76ce8afb0bcf1c8515843869bd304024
h200-eks-inference: dbbeb66fc64382271916197fb24d951d10a5d4972c59aa7931438e5e3ec151f0
h200-eks-training: 14db15267d453edbe3e4121fd1933cae633f2377c3aa6c198e97dc076f8cd464
l40-any: da7bb3a2831930ddb224927d3ebfb5a5dd65d3c9a128c632aad413fb29c0e28b
l40s-any: 8c2f0d3ff1e2f0b5df3869650d3e74ec3808484f52949726bfd5db9c409c8199
l40s-oke-inference: 69696a6ec37fc930d5fe728d28f979badb9ef9f6a4fa45a39a58b99c981c93ec
l40s-oke-training: 4afd8779e7c706530cd2936fdf0ce7537f86c9cbc019e02c4e05a6787cb31310
monitoring-hpa: 1e4f15813317d9b472f66cedd8a280a1555a0a7e3142ba9c3dbfb014e578fbcd
ocp-inference-nim: 67cb04b6ad946fe56ce423972ec0692ebe8ad66f571f29e94536ae0124eee91c
ocp-training: 1082d9d2f5b8dd302d498ab9cb6c936dd6f95996f65e5ce41746ff84aefed04e
rtx-pro-6000-any: ca387e660b770165b828770102eaa0396b8a51f7157d78a2c714c631d5ecf70d
rtx-pro-6000-eks-ubuntu-inference-dynamo: 285ad9f64afc85fb0cf58269e18531a2457299453e35f1c0d9608f3a4f08288d
rtx-pro-6000-eks-ubuntu-inference-nim: ef70dad9934ed5c50478dcd772df08f0f0a41cc6c9a433edcdad5ce84fe92cf3
rtx-pro-6000-eks-ubuntu-training-kubeflow: 1861f8389802b6592e667f217c45d965657c4f06875f98c53df6c906004280da
rtx-pro-6000-lke-ubuntu-inference: a876264218915286ebc002aa1134c5b64a25e9054f1fc88f59c9b68bcb80f2e0
rtx-pro-6000-lke-ubuntu-training: a531171ba7c38877f1ade05c7cac7796d0907566ce7c6a3442502d51225d77b3
a100-aks-ubuntu-training-kubeflow: 88974161cf87092faee1fd5ed39f6ef03ec217a630ee10ae34bee027dd8c97a4
a100-any: 2cbbcd65973e54c164e8c0025142c43b0384e913c3ade2ebc4b3580e90270b17
a100-eks-ubuntu-training-kubeflow: 66a2c9fc3172d79e1710a7522cca2c683b188193ddfc58d1b1953417b5354362
a100-gke-cos-training-kubeflow: 34a990b268eac35a9fd00010563ef1bd964525bbbe83121b7aeeb54c7ba02954
a100-oke-ubuntu-training-kubeflow: 5b79e3472e93ada835a7ec85b038857a1db3f4bf7df34033388b8c0c867a654e
b200-any: 96ce9531ff9d35b6f92577906e5c6a76a0df0648eb6ff0b338c7c92ae555b536
b200-gke-cos-inference-dynamo: 9a257ac706f3f3b1955791441ed5b5b0c5acf17f0f1b113de40f1d74cd11df59
b200-gke-cos-training-kubeflow: de66551f631b79451dd86ba10479748dcf7a911cc70ae538f3fdea5b0a8dd642
bcm-inference: d7fe93b0a299ae87b15cf7fbb81a78b72b4d868a25c6fcbb70aa26f97a31f548
gb200-any: e96732f58ce13d20e6b355afa20346bc25d88a9197d303064bdb5de91404279a
gb200-eks-ubuntu-inference-dynamo: 4a6f96ddb52b2e3b787ee0f65b6d4fd11052150f98ee17de4b4afe4401727619
gb200-eks-ubuntu-training-kubeflow: b13b8d7ac8e45fedf00df2eb39699ddcdb5bd4c7bc94478c465aa582deb0b769
gb200-eks-ubuntu-training-slurm: 03cac6712a2749ca6bb75f472544659c6a95d408bbddc56ac94aef5dc03c335a
gb200-oke-ubuntu-inference-dynamo: 9b771c100146719cd0a5534809dc4f0d70c84c19c62024fcae0aff20d355fa39
gb200-oke-ubuntu-training-kubeflow: 905229e58cd9920e1b4ae57405518d482e3d098f1b01aa27509d9447cb6b2f55
gb300-any: 51e94d57f8bf60b2d2920c8255a9933e2f1fcb8c8a594793c7666173154b03fe
gb300-eks-ubuntu-inference-dynamo: b61772b86011b7a39ba13d00dda699979e888846a00e72235a3f4bc573bb96f0
gb300-eks-ubuntu-training-kubeflow: d187e3797e92b203c361518b3fbc5af76acd0a62071bcf3d3fa2c093cd94f027
h100-aks-ubuntu-inference-dynamo: 9d4cb5e4cf170972b205aa483209d13ade1a94aea5b1f4c870f8c0146d3bfc2e
h100-aks-ubuntu-training-kubeflow: 30caffd8764966e7432672b1dcd74861012beaaf5ae0aeb32cd67ebca0c102af
h100-aks-ubuntu-training-slurm: b1cc76701977baab3aca432f0022f8c0842c547058cf3fbbad261db3b1c068b3
h100-any: 63ec1b86ddeee974b2da15b1f8eafed9efab968a472b09d6179e1d117e667bc2
h100-bcm-ubuntu-training: 657509ca168955fd6624efe6c7abab91040df4ac7b0aedf8a7ed4f5e7d00caa4
h100-eks-ubuntu-inference-dynamo: b2db1bb4bb62dfa0790f9b77cb34b16f6261970b1420214f37b7ffa32bcfd5b5
h100-eks-ubuntu-inference-nim: 0b3525d5cf7b471e27556d7b68f05e5b8c606d90a62cbf5d2b6dbeeb4aeff67d
h100-eks-ubuntu-training-kubeflow: f031ab2be281a5401cd3426fd5b8cb17020944938f38ddeaeb63540c96c149f1
h100-eks-ubuntu-training-slurm: ff33f128fa254c9057c672a3c9b98452b7a648f20284ada0479446ca2b2b1f8f
h100-gke-cos-inference-dynamo: 141753509e44bba98e54d75eab96a0b720c987bd06ec8a4922ed42dfd4cc5006
h100-gke-cos-training-kubeflow: f762c480f098f1f936ce7ab749f372fcfebf5d4ee11d06dbd473449bbb530e9a
h100-gke-cos-training-slurm: 28697b311b2d218e5bc88499720ae21f592bf751ec55b1f2975b9d7c37427b9f
h100-kind-inference-dynamo: 76360ba5eb316ce1814af34e812298e69004e1d82af09a9473ca9384f2126e72
h100-kind-training-kubeflow: e77c4afe346b00d66a7329b5d74dc655c0219f15514dcbf58007c8db27564de3
h100-kind-training-slurm: 76f993dd8d5e6dc113e38e98b01d99c1fa26157093e808345b09dfb5410a5059
h200-any: d852f8915d79b5a8e527116f2aeede59df1d2d68969206484f40184afa8f5ce9
h200-eks-inference: 479867958a103efcdb32b4592a2e1e1ca54f512ff855449ffbc8bd1e9dddb471
h200-eks-training: 4078ec6949fe054f913665542b3256f103d8b5630855b61beea6568ac63a108a
l40-any: c386fac8b86684354177fb760c6cd1d41316d46d9a8438a1d817c82565aa013f
l40s-any: f493cca8f86fa263654bda25caeb840430f95b3713eac0b67426de1b20ec4f9b
l40s-oke-inference: 46d6020c6ce89505109ae2eb091789e58a5e5bbeb829c97e1a5e80c7d4d8302f
l40s-oke-training: 654cf1f167e7eebe6e6ddd4cd85a978f3170ad7c0c9a8a49bd853ad44990885c
monitoring-hpa: b86b773c621d5eca9fafc1e12750427111c0865a762496ce6aba28cf4ee4aa7a
ocp-inference-nim: bb3c7fa78c972241b47abedbff3069d4fad35ab0c64d5f0172c633d8ed610b27
ocp-training: 1f457d2c2aed921c2a3281cca1a55b1181d979cc99f07c1b51b9ce827379b401
rtx-pro-6000-any: ad8b509fb7f6c25c765d3b9112b03594e3aac99a48a9e6c11df790b131488284
rtx-pro-6000-eks-ubuntu-inference-dynamo: 84cde160654f85a6e5fbe1f4f26f9d9c08efe388711678641040794f5b84ccb8
rtx-pro-6000-eks-ubuntu-inference-nim: c99ee6060908f8edb35988b6a27e72f8189d55ee9365c48307335aee3557834e
rtx-pro-6000-eks-ubuntu-training-kubeflow: 07801d7883014186f8606926546b268c429c75245a4caa10cfdc6f006320e5da
rtx-pro-6000-lke-ubuntu-inference: e9d3717a2e093104fb3163a964150e4b44ec7f34a1958c76cc6e385c87e3f897
rtx-pro-6000-lke-ubuntu-training: f09be1374361894e6cc7f60548b2a6003450405abb03c5a999e00132fbee2e69
Loading
Loading