We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ec91c commit a3dba86Copy full SHA for a3dba86
.gitmodules
@@ -1,3 +1,9 @@
1
[submodule "PyTorch/Translation/Transformer/cutlass"]
2
path = PyTorch/Translation/Transformer/cutlass
3
url = https://github.com/NVIDIA/cutlass.git
4
+
5
+[submodule "tensorrt-inference-server"]
6
+ url = https://github.com/NVIDIA/tensorrt-inference-server.git
7
+ path = tensorrt-inference-server
8
+ branch = r19.06
9
TensorFlow/LanguageModeling/BERT/.gitmodules
@@ -1,4 +1,6 @@
[submodule "tensorrt-inference-server"]
- path = tensorrt-inference-server
- url = https://github.com/NVIDIA/tensorrt-inference-server.git
- branch = r19.06
0 commit comments