From 75508a7e590fb7c387d3796c94622a12ea0345a4 Mon Sep 17 00:00:00 2001 From: sfc-gh-zhwang Date: Mon, 16 Oct 2023 13:23:51 -0700 Subject: [PATCH] commit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b511b1f..61ea721 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 5ed1f245e7f06d9cb72220ee9c9a254918b251ef + GIT_TAG 336e487a7d42932e819af5a405c6fe0b2d4b7053 ) endif() FetchContent_MakeAvailable(repo-common repo-core repo-backend repo-ft)