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=06eae2895c0fea09f8dd7c34feff0163e55c419a # On: main
17
+
ARG MLM_TAG=844119f5c856a3037ec7c7f6d6ef7b3518ceee6b # On: main
18
18
ARG ALIGNER_COMMIT=main
19
19
ARG TRTLLM_VERSION=v0.13.0
20
20
ARG PROTOBUF_VERSION=4.24.4
@@ -123,19 +123,19 @@ RUN cd /opt/NeMo-Aligner && \
123
123
124
124
RUN cd TensorRT-LLM && patch -p1 < ../NeMo-Aligner/setup/trtllm.patch
125
125
126
-
# TODO(terryk): This layer should be deleted ASAP after NeMo is bumped to include all of these PRs
126
+
# NOTE: Comment this layer out if it is not needed
127
+
# NOTE: This section exists to allow cherry-picking PRs in cases where
128
+
# we do not wish to simply update to the top-of-tree. Sometimes PRs
129
+
# cannot be cherry-picked cleanly if rebased a few times to top-of-tree
130
+
# so this logic also requires you to select a SHA (can be dangling) from
131
+
# the PR.
127
132
RUN <<"EOF" bash -exu
128
133
cd NeMo
129
134
# Ensures we don't cherry-pick "future" origin/main commits
130
135
git fetch -a
131
-
# 0c92fe17df4642ffc33d5d8c0c83fda729e3910c: [fix] Ensures disabling exp_manager with exp_manager=null does not error NeMo#10651
132
-
# 60e677423667c029dd05875da72bf0719774f844: [feat] Update get_model_parallel_src_rank to support tp-pp-dp ordering NeMo#10652
133
-
# 0deaf6716cb4f20766c995ce25d129795f1ae200: fix[export]: update API for disabling device reassignment in TRTLLM for Aligner NeMo#10863
134
-
# (superceded by 10863) 148543d6e9c66ff1f8562e84484448202249811d: feat: Migrate GPTSession refit path in Nemo export to ModelRunner for Aligner NeMo#10654
136
+
# d27dd28b4186f6ecd9f46f1c5679a5eef9bad14e: fix: export weight name mapping if model is nemo model#11497
0 commit comments