Skip to content

Commit 225b776

Browse files
authored
Fix .gitmodules (NVIDIA#2852)
1 parent 77d7fe1 commit 225b776

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.gitmodules

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[submodule "3rdparty/cutlass"]
22
path = 3rdparty/cutlass
3-
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/cutlass-mirror.git
3+
url = https://github.com/NVIDIA/cutlass.git
44
[submodule "3rdparty/json"]
55
path = 3rdparty/json
6-
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/json-mirror.git
6+
url = https://github.com/nlohmann/json.git
77
[submodule "3rdparty/cxxopts"]
88
path = 3rdparty/cxxopts
9-
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/cxxopts-mirror.git
9+
url = https://github.com/jarro2783/cxxopts
1010
branch = v3.1.1
1111
[submodule "3rdparty/NVTX"]
1212
path = 3rdparty/NVTX
13-
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/NVTX-mirror.git
13+
url = https://github.com/NVIDIA/NVTX.git
1414
[submodule "3rdparty/ucxx"]
1515
path = 3rdparty/ucxx
16-
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/ucxx.git
16+
url = https://github.com/rapidsai/ucxx.git
1717
[submodule "3rdparty/pybind11"]
1818
path = 3rdparty/pybind11
19-
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/pybind11.git
19+
url = https://github.com/pybind/pybind11.git
2020
[submodule "3rdparty/xgrammar"]
2121
path = 3rdparty/xgrammar
22-
url = https://gitlab-master.nvidia.com/ftp/GitHubSync/xgrammar.git
22+
url = https://github.com/mlc-ai/xgrammar.git

cpp/tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include(FetchContent)
1919
FetchContent_Declare(
2020
googletest
2121
GIT_REPOSITORY
22-
https://gitlab-master.nvidia.com/ftp/GitHubSync/googletest-mirror.git
22+
https://github.com/google/googletest.git
2323
GIT_TAG v1.15.2)
2424
FetchContent_MakeAvailable(googletest)
2525
include(GoogleTest)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git+https://gitlab-master.nvidia.com/ftp/GitHubSync/scaling_on_scales.git
1+
git+https://github.com/bfshi/scaling_on_scales.git
22
transformers==4.36.2

examples/recurrentgemma/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-c ../constraints.txt
22
tensorrt_llm>=0.0.0.dev0
3-
git+https://gitlab-master.nvidia.com/ftp/GitHubSync/recurrentgemma.git@8a32e365
3+
git+https://github.com/google-deepmind/recurrentgemma.git@8a32e365
44
flax>=0.8.2
55
jax~=0.4.23
66
orbax-checkpoint==0.5.7

0 commit comments

Comments
 (0)