From eb0f589fed610559db8df4532954f8216a1c0da5 Mon Sep 17 00:00:00 2001 From: Yahia Bsat Date: Wed, 17 Jan 2024 12:03:05 -0800 Subject: [PATCH] update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c3d456..c65b596 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 f3ca6ae2b0a041dbd44636f4919b59d93fb0908b + GIT_TAG b6b21406449ab19f00d1d5f97338065037b5f8e3 ) endif() FetchContent_MakeAvailable(repo-common repo-core repo-backend repo-ft)