We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64de874 commit b1c1039Copy full SHA for b1c1039
small_llm_pretraining/nemo/Dockerfile.b200
@@ -87,6 +87,7 @@ RUN if [ "${MCORE_REVISION}" != SKIP ]; then \
87
git checkout ${MCORE_REVISION} && \
88
echo MCORE_COMMIT_HASH=$(git rev-parse HEAD) && \
89
echo $(git rev-parse HEAD) > /MCORE_COMMIT_HASH.env && \
90
+ sed -i "/triton/d" requirements/pytorch_24.10/requirements.txt && \
91
pip install . && \
92
cd megatron/core/datasets && \
93
make \
0 commit comments