Update to NGC PyTorch release 25.03 #219
Open
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
This PR updates the Dockerfile base image from
nvcr.io/nvidia/pytorch:24.11-py3
tonvcr.io/nvidia/pytorch:25.03-py3
.The new base image brings updated versions of CUDA, PyTorch, cuDNN, NCCL, RAPIDS, and other key components. Notably, it includes PyTorch 2.7.0 RC1 (
2.7.0a0+7c8ec84dab
).This change ensures compatibility with newer hardware and libraries, unlocks recent performance improvements, and aligns us with the most up-to-date NVIDIA PyTorch ecosystem.
Benchmarks and stability checks are still required to confirm that training behavior is unchanged.
🔍 Type of change
📝 Changes
nvcr.io/nvidia/pytorch:25.03-py3
.🔄 Package Version Changes
lm_head
.✅ Checklist
General
Dependencies and Configuration
Testing
Performance Impact
📊 Performance Impact Details
Benchmarks still need to be run to validate training behavior and performance on the updated stack. This includes verifying training throughput, GPU utilization, memory footprint, and loss curves.