Skip to content

Commit b1c1039

Browse files
Fix triton bug
1 parent 64de874 commit b1c1039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

small_llm_pretraining/nemo/Dockerfile.b200

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ RUN if [ "${MCORE_REVISION}" != SKIP ]; then \
8787
git checkout ${MCORE_REVISION} && \
8888
echo MCORE_COMMIT_HASH=$(git rev-parse HEAD) && \
8989
echo $(git rev-parse HEAD) > /MCORE_COMMIT_HASH.env && \
90+
sed -i "/triton/d" requirements/pytorch_24.10/requirements.txt && \
9091
pip install . && \
9192
cd megatron/core/datasets && \
9293
make \

0 commit comments

Comments
 (0)