diff --git a/CMakeLists.txt b/CMakeLists.txt index e5ac5516c2e46..8de0c034a7cb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -195,8 +195,6 @@ if(VLLM_GPU_LANG STREQUAL "CUDA") GIT_REPOSITORY https://github.com/nvidia/cutlass.git # CUTLASS 3.5.1 GIT_TAG 06b21349bcf6ddf6a1686a47a137ad1446579db9 - # Shallow clone with depth 1 - GIT_SHALLOW TRUE GIT_PROGRESS TRUE ) FetchContent_MakeAvailable(cutlass)