Fix .gitmodules (#2852)

This commit is contained in:
Kaiyu Xie 2025-03-04 22:34:09 +08:00 committed by GitHub
parent 77d7fe1eb2
commit 225b77667c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

14
.gitmodules vendored
View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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