Skip to content

Commit fe5cddf

Browse files
authored
update externalErrorMsg.tar.gz md5 value (#36126) (#36133)
1 parent 81557da commit fe5cddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/third_party.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ if(WITH_GPU)
252252
list(APPEND third_party_deps extern_cub)
253253
endif()
254254
set(URL "https://paddlepaddledeps.bj.bcebos.com/externalErrorMsg.tar.gz" CACHE STRING "" FORCE)
255-
file_download_and_uncompress(${URL} "externalError" MD5 c0749523ebb536eb7382487d645d9cd4) # download file externalErrorMsg.tar.gz
255+
file_download_and_uncompress(${URL} "externalError" MD5 061f3b7895aadcbe2c3ed592590f8b10) # download file externalErrorMsg.tar.gz
256256
if(WITH_TESTING)
257257
# copy externalErrorMsg.pb, just for unittest can get error message correctly.
258258
set(SRC_DIR ${THIRD_PARTY_PATH}/externalError/data)

0 commit comments

Comments
 (0)