From 200a8e2a6095f75e1519fabf45a214c2b42f0243 Mon Sep 17 00:00:00 2001 From: yi_lu Date: Wed, 6 May 2026 16:21:36 +0800 Subject: [PATCH] chore: added Megatron-LM as submodule --- .gitmodules | 3 +++ Megatron-LM | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Megatron-LM diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d313949 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Megatron-LM"] + path = Megatron-LM + url = https://github.com/NVIDIA/Megatron-LM.git diff --git a/Megatron-LM b/Megatron-LM new file mode 160000 index 0000000..c325855 --- /dev/null +++ b/Megatron-LM @@ -0,0 +1 @@ +Subproject commit c325855e47e2700e6f64a4b2b09911c01e6fd7f8