From e59aa10b90d99f155ae2dfaf1a16dc369d7e90f0 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 19 Feb 2024 16:18:40 +0000 Subject: [PATCH 1/2] Add template submodule --- .gitmodules | 3 +++ Pytorch-Lightning | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Pytorch-Lightning diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..09f4cb6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Pytorch-Lightning"] + path = Pytorch-Lightning + url = https://github.com/st7ma784/MLSlurmTemplate.git diff --git a/Pytorch-Lightning b/Pytorch-Lightning new file mode 160000 index 0000000..957682a --- /dev/null +++ b/Pytorch-Lightning @@ -0,0 +1 @@ +Subproject commit 957682ad95c4136dc8b8c745e2357284e540f3fc From d1276a0d030cab33c6fa1f6ce330960e40d3add2 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 24 Apr 2024 09:40:50 +0000 Subject: [PATCH 2/2] change path for git module --- .gitmodules | 2 +- Pytorch-Lightning | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 09f4cb6..25502ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Pytorch-Lightning"] - path = Pytorch-Lightning + path = python/Pytorch-Lightning url = https://github.com/st7ma784/MLSlurmTemplate.git diff --git a/Pytorch-Lightning b/Pytorch-Lightning index 957682a..c0bd93a 160000 --- a/Pytorch-Lightning +++ b/Pytorch-Lightning @@ -1 +1 @@ -Subproject commit 957682ad95c4136dc8b8c745e2357284e540f3fc +Subproject commit c0bd93aabf58169d712dcd0df4766d5e93b84ab7