From de983ff6eb164944197c0e96807c3ee74119057c Mon Sep 17 00:00:00 2001 From: Pablo Garay Date: Sat, 13 Apr 2024 15:28:26 -0700 Subject: [PATCH] update mcore (#8917) --- .github/workflows/cicd-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-main.yml b/.github/workflows/cicd-main.yml index 29ea34dba197..c4350a42f59b 100644 --- a/.github/workflows/cicd-main.yml +++ b/.github/workflows/cicd-main.yml @@ -114,7 +114,7 @@ jobs: # Megatron Core installation git clone https://github.com/NVIDIA/Megatron-LM.git && \ pushd Megatron-LM && \ - git checkout f3a3020031f384ddafd9b7e9f3a587798c0aea21 && \ + git checkout fbb375d4b5e88ce52f5f7125053068caff47f93f && \ pip install . && \ pushd megatron/core/datasets && \ make && \