diff --git a/.gitmodules b/.gitmodules index ed2f9bf7..a5fa7989 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,4 @@ -[submodule "PyTorch/Translation/Transformer/cutlass"] - path = PyTorch/Translation/Transformer/cutlass - url = https://github.com/NVIDIA/cutlass.git -[submodule "PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server"] - path = PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server - url = https://github.com/NVIDIA/tensorrt-inference-server.git - branch = r19.06 +[submodule "PyTorch/SpeechRecognition/Jasper/external/triton-inference-server"] + path = PyTorch/SpeechRecognition/Jasper/external/triton-inference-server + url = https://github.com/NVIDIA/triton-inference-server.git + branch = r19.12