mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
20 lines
602 B
Plaintext
20 lines
602 B
Plaintext
[submodule "3rdparty/cutlass"]
|
|
path = 3rdparty/cutlass
|
|
url = https://github.com/NVIDIA/cutlass.git
|
|
[submodule "3rdparty/json"]
|
|
path = 3rdparty/json
|
|
url = https://github.com/nlohmann/json.git
|
|
[submodule "3rdparty/cxxopts"]
|
|
path = 3rdparty/cxxopts
|
|
url = https://github.com/jarro2783/cxxopts
|
|
branch = v3.1.1
|
|
[submodule "3rdparty/NVTX"]
|
|
path = 3rdparty/NVTX
|
|
url = https://github.com/NVIDIA/NVTX.git
|
|
[submodule "3rdparty/ucxx"]
|
|
path = 3rdparty/ucxx
|
|
url = https://github.com/rapidsai/ucxx.git
|
|
[submodule "3rdparty/pybind11"]
|
|
path = 3rdparty/pybind11
|
|
url = https://github.com/pybind/pybind11.git
|