File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "3rdparty/cutlass "]
2
2
path = 3rdparty/cutlass
3
- url = https://gitlab-master.nvidia. com/ftp/GitHubSync/ cutlass-mirror .git
3
+ url = https://github. com/NVIDIA/ cutlass.git
4
4
[submodule "3rdparty/json "]
5
5
path = 3rdparty/json
6
- url = https://gitlab-master.nvidia. com/ftp/GitHubSync/ json-mirror .git
6
+ url = https://github. com/nlohmann/ json.git
7
7
[submodule "3rdparty/cxxopts "]
8
8
path = 3rdparty/cxxopts
9
- url = https://gitlab-master.nvidia. com/ftp/GitHubSync/ cxxopts-mirror.git
9
+ url = https://github. com/jarro2783/ cxxopts
10
10
branch = v3.1.1
11
11
[submodule "3rdparty/NVTX "]
12
12
path = 3rdparty/NVTX
13
- url = https://gitlab-master.nvidia. com/ftp/GitHubSync/ NVTX-mirror .git
13
+ url = https://github. com/NVIDIA/ NVTX.git
14
14
[submodule "3rdparty/ucxx "]
15
15
path = 3rdparty/ucxx
16
- url = https://gitlab-master.nvidia. com/ftp/GitHubSync /ucxx.git
16
+ url = https://github. com/rapidsai /ucxx.git
17
17
[submodule "3rdparty/pybind11 "]
18
18
path = 3rdparty/pybind11
19
- url = https://gitlab-master.nvidia. com/ftp/GitHubSync /pybind11.git
19
+ url = https://github. com/pybind /pybind11.git
20
20
[submodule "3rdparty/xgrammar "]
21
21
path = 3rdparty/xgrammar
22
- url = https://gitlab-master.nvidia. com/ftp/GitHubSync /xgrammar.git
22
+ url = https://github. com/mlc-ai /xgrammar.git
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ include(FetchContent)
19
19
FetchContent_Declare(
20
20
googletest
21
21
GIT_REPOSITORY
22
- https://gitlab-master.nvidia. com/ftp/GitHubSync/ googletest-mirror .git
22
+ https://github. com/google/ googletest.git
23
23
GIT_TAG v1.15.2)
24
24
FetchContent_MakeAvailable(googletest)
25
25
include (GoogleTest)
Original file line number Diff line number Diff line change 1
- git+https://gitlab-master.nvidia. com/ftp/GitHubSync /scaling_on_scales.git
1
+ git+https://github. com/bfshi /scaling_on_scales.git
2
2
transformers==4.36.2
Original file line number Diff line number Diff line change 1
1
-c ../constraints.txt
2
2
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
4
4
flax >= 0.8.2
5
5
jax ~= 0.4.23
6
6
orbax-checkpoint == 0.5.7
You can’t perform that action at this time.
0 commit comments