mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
Fix .gitmodules (#2852)
This commit is contained in:
parent
77d7fe1eb2
commit
225b77667c
14
.gitmodules
vendored
14
.gitmodules
vendored
@ -1,22 +1,22 @@
|
||||
[submodule "3rdparty/cutlass"]
|
||||
path = 3rdparty/cutlass
|
||||
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/cutlass-mirror.git
|
||||
url = https://github.com/NVIDIA/cutlass.git
|
||||
[submodule "3rdparty/json"]
|
||||
path = 3rdparty/json
|
||||
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/json-mirror.git
|
||||
url = https://github.com/nlohmann/json.git
|
||||
[submodule "3rdparty/cxxopts"]
|
||||
path = 3rdparty/cxxopts
|
||||
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/cxxopts-mirror.git
|
||||
url = https://github.com/jarro2783/cxxopts
|
||||
branch = v3.1.1
|
||||
[submodule "3rdparty/NVTX"]
|
||||
path = 3rdparty/NVTX
|
||||
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/NVTX-mirror.git
|
||||
url = https://github.com/NVIDIA/NVTX.git
|
||||
[submodule "3rdparty/ucxx"]
|
||||
path = 3rdparty/ucxx
|
||||
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/ucxx.git
|
||||
url = https://github.com/rapidsai/ucxx.git
|
||||
[submodule "3rdparty/pybind11"]
|
||||
path = 3rdparty/pybind11
|
||||
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/pybind11.git
|
||||
url = https://github.com/pybind/pybind11.git
|
||||
[submodule "3rdparty/xgrammar"]
|
||||
path = 3rdparty/xgrammar
|
||||
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/xgrammar.git
|
||||
url = https://github.com/mlc-ai/xgrammar.git
|
||||
|
||||
@ -19,7 +19,7 @@ include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
googletest
|
||||
GIT_REPOSITORY
|
||||
https://gitlab-master.nvidia.com/ftp/GitHubSync/googletest-mirror.git
|
||||
https://github.com/google/googletest.git
|
||||
GIT_TAG v1.15.2)
|
||||
FetchContent_MakeAvailable(googletest)
|
||||
include(GoogleTest)
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
git+https://gitlab-master.nvidia.com/ftp/GitHubSync/scaling_on_scales.git
|
||||
git+https://github.com/bfshi/scaling_on_scales.git
|
||||
transformers==4.36.2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
-c ../constraints.txt
|
||||
tensorrt_llm>=0.0.0.dev0
|
||||
git+https://gitlab-master.nvidia.com/ftp/GitHubSync/recurrentgemma.git@8a32e365
|
||||
git+https://github.com/google-deepmind/recurrentgemma.git@8a32e365
|
||||
flax>=0.8.2
|
||||
jax~=0.4.23
|
||||
orbax-checkpoint==0.5.7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user