diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c814f6..5fd5d32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ else() FetchContent_Declare( repo-ft GIT_REPOSITORY https://github.com/neevaco/FasterTransformer.git - GIT_TAG e4e4e5187664ff7ddede308e0a0670d0463fa660 + GIT_TAG 0854463a17b6a5646f138cff62a176bc754e5d2d ) endif() FetchContent_MakeAvailable(repo-common repo-core repo-backend repo-ft)