From 4cf1dc39be80d81ddda9e7e55f4742a6bd57920c Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Mon, 5 Aug 2024 17:22:57 -0400 Subject: [PATCH] [Bugfix][CI/Build] Fix CUTLASS FetchContent (#7171) --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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)