Przemek Strzelczyk 6 жил өмнө
parent
commit
a3dba86d52

+ 6 - 0
.gitmodules

@@ -1,3 +1,9 @@
 [submodule "PyTorch/Translation/Transformer/cutlass"]
 	path = PyTorch/Translation/Transformer/cutlass
 	url = https://github.com/NVIDIA/cutlass.git
+
+[submodule "tensorrt-inference-server"]
+        url = https://github.com/NVIDIA/tensorrt-inference-server.git
+        path = tensorrt-inference-server
+        branch = r19.06
+

+ 5 - 3
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
+	url = https://github.com/NVIDIA/tensorrt-inference-server.git
+	path = tensorrt-inference-server
+	branch = r19.06
+
+