-
Notifications
You must be signed in to change notification settings - Fork 185
/
Copy path.gitmodules
24 lines (24 loc) · 1001 Bytes
/
.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 "competition/IJCAI_2024_CAR"]
path = competition/IJCAI_2024_CAR
url = https://atomgit.com/paddlenumberone/ijcai_car.git
[submodule "ppsci/externals/Open3D"]
path = ppsci/externals/Open3D
url = https://github.com/PFCCLab/Open3D.git
[submodule "ppsci/externals/deepali"]
path = ppsci/externals/deepali
url = https://github.com/PFCCLab/deepali.git
[submodule "ppsci/externals/paddle_harmonics"]
path = ppsci/externals/paddle_harmonics
url = https://github.com/PFCCLab/paddle_harmonics.git
[submodule "ppsci/externals/neuraloperator"]
path = ppsci/externals/neuraloperator
url = https://github.com/PFCCLab/neuraloperator.git
[submodule "ppsci/externals/tensorly"]
path = ppsci/externals/tensorly
url = https://github.com/tensorly/tensorly.git
[submodule "ppsci/externals/warp"]
path = ppsci/externals/warp
url = https://github.com/NVIDIA/warp.git
[submodule "ppsci/externals/paddle_scatter"]
path = ppsci/externals/paddle_scatter
url = https://github.com/PFCCLab/paddle_scatter