Skip to content

Commit 67e4c21

Browse files
authored
Bump to pytorch 25.06 and newer TE commit (#14423)
* Bump to pytorch 25.06 and newer TE commit Signed-off-by: Charlie Truong <[email protected]> * Fix mamba install Signed-off-by: Charlie Truong <[email protected]> --------- Signed-off-by: Charlie Truong <[email protected]>
1 parent 6251117 commit 67e4c21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/common/install_dep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ mcore() {
244244

245245
build() {
246246
if [[ "${NVIDIA_PYTORCH_VERSION}" != "" ]]; then
247-
pip wheel --no-deps --no-cache-dir --wheel-dir $WHEELS_DIR $MAMBA_DIR
247+
pip wheel --no-deps --no-cache-dir --no-build-isolation --wheel-dir $WHEELS_DIR $MAMBA_DIR
248248
pip wheel --no-deps --no-cache-dir --wheel-dir $WHEELS_DIR $CAUSAL_CONV1D_DIR
249249
fi
250250

requirements/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"ngc-pytorch": "nvcr.io/nvidia/pytorch:25.05-py3",
2+
"ngc-pytorch": "nvcr.io/nvidia/pytorch:25.06-py3",
33
"vcs-dependencies": {
44
"apex": {
55
"repo": "https://github.com/NVIDIA/Apex",
66
"ref": "810ffae374a2b9cb4b5c5e28eaeca7d7998fca0c"
77
},
88
"transformer_engine": {
99
"repo": "https://github.com/NVIDIA/TransformerEngine",
10-
"ref": "f05f12c974b37c5bd8dfca3d2d294be53b66abfa"
10+
"ref": "b97c2bf7b93be265fd4d60f600718920297049ef"
1111
},
1212
"megatron-lm": {
1313
"repo": "https://github.com/NVIDIA/Megatron-LM",

0 commit comments

Comments
 (0)