Skip to content

Commit

Permalink
Rename submodule new_git
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu-yuliang committed Jun 11, 2024
1 parent 49b63c6 commit 0f432af
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "dgl"]
path = repos/dgl
url = https://github.com/dmlc/dgl.git
[submodule "repos/dgl"]
path = repos/dgl
url = https://github.com/dmlc/dgl.git
Expand All @@ -11,31 +8,31 @@
path = repos/if
url = https://github.com/deep-floyd/IF.git
[submodule "repos/pyGAN"]
path = repos/pyGAN
path = repos/PyTorch-GAN
url = https://github.com/eriklindernoren/PyTorch-GAN.git
[submodule "repos/lavis"]
path = repos/lavis
url = https://github.com/salesforce/LAVIS.git
[submodule "repos/ESM"]
path = repos/ESM
path = repos/esm
url = https://github.com/facebookresearch/esm.git
[submodule "repos/EAP"]
path = repos/EAP
path = repos/External-Attention-pytorch
url = https://github.com/xmu-xiaoma666/External-Attention-pytorch.git
[submodule "repos/TSL"]
path = repos/TSL
path = repos/Time-Series-Library
url = https://github.com/thuml/Time-Series-Library.git
[submodule "repos/vid2vid"]
path = repos/vid2vid
url = https://github.com/NVIDIA/vid2vid.git
[submodule "repos/Learning3d"]
path = repos/Learning3d
path = repos/learning3d
url = https://github.com/vinits5/learning3d.git
[submodule "repos/mizic"]
path = repos/mizic
path = repos/muzic
url = https://github.com/microsoft/muzic.git
[submodule "repos/GSA"]
path = repos/GSA
path = repos/Grounded-Segment-Anything
url = https://github.com/IDEA-Research/Grounded-Segment-Anything.git
[submodule "repos/open_clip"]
path = repos/open_clip
Expand Down
Submodule esm updated from 000000 to 2b3699

0 comments on commit 0f432af

Please sign in to comment.