mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Bugfix][CI/Build] Fix CUTLASS FetchContent (#7171)
This commit is contained in:
committed by
GitHub
parent
6e4852ce28
commit
4cf1dc39be
@ -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)
|
||||
|
Reference in New Issue
Block a user