-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
24 lines (24 loc) · 1.23 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "utils/cv/nnUNet"]
path = utils/cv/nnUNet
url = https://github.com/MIC-DKFZ/nnUNet.git
[submodule "utils/recommendation/dlrm"]
path = utils/recommendation/dlrm
url = https://github.com/AmpereComputingAI/dlrm.git
[submodule "computer_vision/semantic_segmentation/segment_anything/segment-anything"]
path = computer_vision/semantic_segmentation/segment_anything/segment_anything
url = https://github.com/facebookresearch/segment-anything.git
[submodule "natural_language_processing/text_generation/nanogpt/nanoGPT"]
path = natural_language_processing/text_generation/nanogpt/nanoGPT
url = https://github.com/dkupnicki/nanoGPT.git
[submodule "utils/recommendation/DeepCTR"]
path = utils/recommendation/DeepCTR
url = https://github.com/shenweichen/DeepCTR.git
[submodule "speech_recognition/whisper/whisper"]
path = speech_recognition/whisper/whisper
url = https://github.com/AmpereComputingAI/whisper.git
[submodule "text_to_image/stable_diffusion/stablediffusion"]
path = text_to_image/stable_diffusion/stablediffusion
url = https://github.com/AmpereComputingAI/stablediffusion.git
[submodule "speech_recognition/whisper/openai_whisper"]
path = speech_recognition/whisper/openai_whisper
url = https://github.com/openai/whisper.git