Skip to content

Commit 4cf1dc3

Browse files
authored
[Bugfix][CI/Build] Fix CUTLASS FetchContent (#7171)
1 parent 6e4852c commit 4cf1dc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
195195
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
196196
# CUTLASS 3.5.1
197197
GIT_TAG 06b21349bcf6ddf6a1686a47a137ad1446579db9
198-
# Shallow clone with depth 1
199-
GIT_SHALLOW TRUE
200198
GIT_PROGRESS TRUE
201199
)
202200
FetchContent_MakeAvailable(cutlass)

0 commit comments

Comments
 (0)