[Bugfix][CI/Build] Fix CUTLASS FetchContent (#7171)

This commit is contained in:
Tyler Michael Smith
2024-08-05 17:22:57 -04:00
committed by GitHub
parent 6e4852ce28
commit 4cf1dc39be

View File

@ -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)