From 48051df599c3f9e7c64586adb987fd7bda7e4962 Mon Sep 17 00:00:00 2001 From: sfc-gh-zhwang Date: Thu, 12 Oct 2023 22:12:07 -0700 Subject: [PATCH] commit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a90d37..b511b1f 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 d1f088243f98ea967b44658ba8b50dd05da1a2eb + GIT_TAG 5ed1f245e7f06d9cb72220ee9c9a254918b251ef ) endif() FetchContent_MakeAvailable(repo-common repo-core repo-backend repo-ft)