forked from triton-inference-server/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.12 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
25
26
27
[submodule "triton/core"]
path = triton/core
url = https://github.com/triton-inference-server/core.git
[submodule "triton/common"]
path = triton/common
url = https://github.com/triton-inference-server/common.git
[submodule "triton/pytorch_backend"]
path = triton/pytorch_backend
url = https://github.com/triton-inference-server/pytorch_backend.git
[submodule "triton/python_backend"]
path = triton/python_backend
url = https://github.com/triton-inference-server/python_backend.git
[submodule "triton/dali_backend"]
path = triton/dali_backend
url = https://github.com/triton-inference-server/dali_backend.git
[submodule "triton/backend"]
path = triton/backend
url = https://github.com/triton-inference-server/backend.git
[submodule "triton/third_party"]
path = triton/third_party
url = https://github.com/triton-inference-server/third_party.git
[submodule "triton/identity_backend"]
path = triton/identity_backend
url = https://github.com/triton-inference-server/identity_backend.git
[submodule "triton/tensorflow_backend"]
path = triton/tensorflow_backend
url = https://github.com/triton-inference-server/tensorflow_backend.git