Skip to content

Commit

Permalink
Update FasterTransformer link. (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshengCS authored Oct 11, 2021
1 parent 7c460f6 commit e05aed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/ops/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ set(FT_UPDATE_COMMAND git checkout v3.1 && git checkout . && ${FT_PATCH_COMMAND}

ExternalProject_Add(
extern_${THIRD_PARTY_NAME}
GIT_REPOSITORY https://github.com/NVIDIA/FasterTransformer.git
GIT_REPOSITORY https://gitee.com/paddlepaddle/FasterTransformer.git # https://github.com/NVIDIA/FasterTransformer.git
GIT_TAG v3.1
PREFIX ${THIRD_PATH}
SOURCE_DIR ${THIRD_PATH}/source/${THIRD_PARTY_NAME}
Expand Down

0 comments on commit e05aed8

Please sign in to comment.