From f85afbdfda60e38ae226b2fa0211d769691aec66 Mon Sep 17 00:00:00 2001 From: sfc-gh-zhwang Date: Mon, 30 Oct 2023 22:23:27 -0700 Subject: [PATCH] commit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7f4aa4..a9339d6 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 8e10a85d2859e385c11604d049e3d575a275a2d7 + GIT_TAG 1f8a87581e38f6f4290d827385ea1fb7b6ad8fe3 ) endif() FetchContent_MakeAvailable(repo-common repo-core repo-backend repo-ft)