Skip to content

Commit d7c8011

Browse files
authored
Update CMakeLists.txt
fix bug of FT url
1 parent 74af36e commit d7c8011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ else()
111111
FetchContent_Declare(
112112
repo-ft
113113
GIT_REPOSITORY https://github.com/NVIDIA/FasterTransformer.git
114-
GIT_TAG v5.3_preRelease
114+
GIT_TAG v5.3
115115
GIT_SHALLOW ON
116116
)
117117
endif()

0 commit comments

Comments
 (0)