Neuron 2.29.0.0 bump - #514
Merged
Merged
Conversation
Signed-off-by: Craig Qian <qianxj@amazon.com>
vigh-m
reviewed
Aug 3, 2026
| Source400: https://yum.repos.neuron.amazonaws.com/aws-neuronx-dkms-2.24.13.0.noarch.rpm | ||
| # Use latest-neuron-srpm-url.sh to get this. | ||
| Source401: https://yum.repos.neuron.amazonaws.com/aws-neuronx-dkms-2.26.10.0.noarch.rpm | ||
| Source401: https://yum.repos.neuron.amazonaws.com/aws-neuronx-dkms-2.29.0.0.noarch.rpm |
Contributor
There was a problem hiding this comment.
Suggested change
| Source401: https://yum.repos.neuron.amazonaws.com/aws-neuronx-dkms-2.29.0.0.noarch.rpm | |
| Source401: https://yum.repos.neuron.amazonaws.com/aws-neuronx-dkms-%{neuron_ver}.0.noarch.rpm |
This must have been missed at some point. We can fix it
qianxjcraig
force-pushed
the
neuron_29_bump
branch
from
August 3, 2026 21:57
205c064 to
49a2c74
Compare
piyush-jena
approved these changes
Aug 4, 2026
vigh-m
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes:
Bumps the Neuron driver (
aws-neuronx-dkms) from 2.26.10.0 to 2.29.0.0 for kernel-6.1, kernel-6.12, and kernel-6.18.Testing done:
Built AMIs for all three kernels from a locally-published kernel-kit and validated the neuron driver on real hardware. inf2 (Inferentia2) is covered by the automated
aws-k8s-testersingle-node case; inf1 was validated manually with the BERT inference container.modinfo neuron on inf2.xlarge / kernel-6.18 — driver 2.29.0.0, signed, under lockdown
modinfo neuron on inf2.xlarge / kernel-6.1 — driver 2.29.0.0, signed, under lockdown
modinfo neuron on inf2.xlarge / kernel-6.12 — driver 2.29.0.0, signed, under lockdown
Neuron device plugin reports the expected resources on inf2.xlarge
inf2 single-node e2e — kernel-6.18 / aws-k8s-1.36 (EKS 1.36)
Ran the
aws-k8s-testerneuron single-node case against an EKS 1.36 cluster with a Bottlerocket inf2.xlarge nodegroup:The test harness saw the hardware, and the MNIST model compiled and trained on both
NeuronCores:
The Job completed and was cleaned up by the harness.
inf2 single-node e2e — kernel-6.1 / aws-k8s-1.32 (EKS 1.32)
Same
aws-k8s-testersingle-node case, EKS 1.32 cluster, Bottlerocket inf2.xlarge nodegroup:inf2 single-node e2e — kernel-6.12 / aws-k8s-1.34 (EKS 1.34)
Same
aws-k8s-testersingle-node case, EKS 1.34 cluster, Bottlerocket inf2.xlarge nodegroup:inf1 BERT inference — kernel-6.12 / aws-k8s-1.34 (inf1.xlarge)
inf1 has no automated coverage, so it was validated manually. Ran the HuggingFace pretrained BERT inference container (
torch-neuron) as a pod on a Bottlerocket inf1.xlarge node, with direct device access (/dev/neuron0+ neuron RTD socket):Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.