You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARG NEMO_TAG=19668e5320a2e2af0199b6d5e0b841993be3a634 # On: main
17
-
ARG MLM_TAG=25059d3bbf68be0751800f3644731df12a88f3f3 # On: main
16
+
ARG NEMO_TAG=aligner_export_mcore # On: main (TODO: change to upstream main commit after merge)
17
+
ARG MLM_TAG=main # On: main (TODO: change to correct commit after merge)
18
18
ARG ALIGNER_COMMIT=main
19
19
ARG TRTLLM_VERSION=v0.13.0
20
20
ARG PROTOBUF_VERSION=4.24.4
@@ -121,26 +121,3 @@ RUN cd /opt/NeMo-Aligner && \
121
121
122
122
RUN cd TensorRT-LLM && patch -p1 < ../NeMo-Aligner/setup/trtllm.patch
123
123
124
-
# TODO(terryk): This layer should be deleted ASAP after NeMo is bumped to include all of these PRs
125
-
RUN <<"EOF" bash -exu
126
-
cd NeMo
127
-
# Ensures we don't cherry-pick "future" origin/main commits
128
-
git fetch -a
129
-
# 0c92fe17df4642ffc33d5d8c0c83fda729e3910c: [fix] Ensures disabling exp_manager with exp_manager=null does not error NeMo#10651
130
-
# 60e677423667c029dd05875da72bf0719774f844: [feat] Update get_model_parallel_src_rank to support tp-pp-dp ordering NeMo#10652
131
-
# 0deaf6716cb4f20766c995ce25d129795f1ae200: fix[export]: update API for disabling device reassignment in TRTLLM for Aligner NeMo#10863
132
-
# (superceded by 10863) 148543d6e9c66ff1f8562e84484448202249811d: feat: Migrate GPTSession refit path in Nemo export to ModelRunner for Aligner NeMo#10654
0 commit comments