Skip to content

Commit e307718

Browse files
test=release1.3
1 parent e44a25b commit e307718

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN curl -s -q https://glide.sh/get | sh
7575
# and its size is only one-third of the official one.
7676
# 2. Manually add ~IPluginFactory() in IPluginFactory class of NvInfer.h, otherwise, it couldn't work in paddle.
7777
# See https://github.com/PaddlePaddle/Paddle/issues/10129 for details.
78-
RUN wget -qO- http://paddlepaddledeps.cdn.bcebos.com/TensorRT-4.0.0.3.Ubuntu-16.04.4.x86_64-gnu.cuda-8.0.cudnn7.0.tar.gz | \
78+
RUN wget -qO- http://paddlepaddledeps.bj.bcebos.com/TensorRT-4.0.0.3.Ubuntu-16.04.4.x86_64-gnu.cuda-8.0.cudnn7.0.tar.gz | \
7979
tar -xz -C /usr/local && \
8080
cp -rf /usr/local/TensorRT/include /usr && \
8181
cp -rf /usr/local/TensorRT/lib /usr

cmake/external/boost.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set(BOOST_PROJECT "extern_boost")
2424
# So we use 1.41.0 here.
2525
set(BOOST_VER "1.41.0")
2626
set(BOOST_TAR "boost_1_41_0" CACHE STRING "" FORCE)
27-
set(BOOST_URL "http://paddlepaddledeps.cdn.bcebos.com/${BOOST_TAR}.tar.gz" CACHE STRING "" FORCE)
27+
set(BOOST_URL "http://paddlepaddledeps.bj.bcebos.com/${BOOST_TAR}.tar.gz" CACHE STRING "" FORCE)
2828

2929
MESSAGE(STATUS "BOOST_TAR: ${BOOST_TAR}, BOOST_URL: ${BOOST_URL}")
3030

cmake/external/grpc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ExternalProject_Add(
4444
# 3. keep only zlib, cares, protobuf, boringssl under "third_party",
4545
# checkout and clean other dirs under third_party
4646
# 4. remove .git, and package the directory.
47-
URL "http://paddlepaddledeps.cdn.bcebos.com/grpc-v1.10.x.tar.gz"
47+
URL "http://paddlepaddledeps.bj.bcebos.com/grpc-v1.10.x.tar.gz"
4848
URL_MD5 "1f268a2aff6759839dccd256adcc91cf"
4949
PREFIX ${GRPC_SOURCES_DIR}
5050
UPDATE_COMMAND ""

cmake/external/mklml.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_RPATH}" "${MKLML_ROOT}/lib")
3434
SET(TIME_VERSION "2019.0.1.20181227")
3535
IF(WIN32)
3636
SET(MKLML_VER "mklml_win_${TIME_VERSION}" CACHE STRING "" FORCE)
37-
SET(MKLML_URL "https://paddlepaddledeps.cdn.bcebos.com/${MKLML_VER}.zip" CACHE STRING "" FORCE)
37+
SET(MKLML_URL "https://paddlepaddledeps.bj.bcebos.com/${MKLML_VER}.zip" CACHE STRING "" FORCE)
3838
SET(MKLML_LIB ${MKLML_LIB_DIR}/mklml.lib)
3939
SET(MKLML_IOMP_LIB ${MKLML_LIB_DIR}/libiomp5md.lib)
4040
SET(MKLML_SHARED_LIB ${MKLML_LIB_DIR}/mklml.dll)
4141
SET(MKLML_SHARED_IOMP_LIB ${MKLML_LIB_DIR}/libiomp5md.dll)
4242
ELSE()
4343
SET(MKLML_VER "mklml_lnx_${TIME_VERSION}" CACHE STRING "" FORCE)
44-
SET(MKLML_URL "http://paddlepaddledeps.cdn.bcebos.com/${MKLML_VER}.tgz" CACHE STRING "" FORCE)
44+
SET(MKLML_URL "http://paddlepaddledeps.bj.bcebos.com/${MKLML_VER}.tgz" CACHE STRING "" FORCE)
4545
SET(MKLML_LIB ${MKLML_LIB_DIR}/libmklml_intel.so)
4646
SET(MKLML_IOMP_LIB ${MKLML_LIB_DIR}/libiomp5.so)
4747
SET(MKLML_SHARED_LIB ${MKLML_LIB_DIR}/libmklml_intel.so)

paddle/fluid/inference/api/demo_ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ -d "$TENSORRT_INCLUDE_DIR" -a -d "$TENSORRT_LIB_DIR" ]; then
2727
fi
2828

2929
PREFIX=inference-vis-demos%2F
30-
URL_ROOT=http://paddlemodels.cdn.bcebos.com/${PREFIX}
30+
URL_ROOT=http://paddlemodels.bj.bcebos.com/${PREFIX}
3131

3232
# download vis_demo data
3333
function download() {

paddle/fluid/inference/tests/api/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ inference_analysis_api_test(test_analyzer_seq_conv1 ${SEQ_CONV1_INSTALL_DIR} ana
105105
# ocr
106106
set(OCR_INSTALL_DIR "${INFERENCE_DEMO_INSTALL_DIR}/ocr")
107107
if (NOT EXISTS ${OCR_INSTALL_DIR})
108-
inference_download_and_uncompress(${OCR_INSTALL_DIR} "http://paddlemodels.cdn.bcebos.com/" "inference-vis-demos%2Focr.tar.gz")
108+
inference_download_and_uncompress(${OCR_INSTALL_DIR} "http://paddlemodels.bj.bcebos.com/" "inference-vis-demos%2Focr.tar.gz")
109109
endif()
110110
inference_analysis_api_test_with_refer_result(test_analyzer_ocr ${OCR_INSTALL_DIR} analyzer_vis_tester.cc SERIAL)
111111

112112
# mobilenet with transpose op
113113
set(MOBILENET_INSTALL_DIR "${INFERENCE_DEMO_INSTALL_DIR}/mobilenet")
114114
if (NOT EXISTS ${MOBILENET_INSTALL_DIR})
115-
inference_download_and_uncompress(${MOBILENET_INSTALL_DIR} "http://paddlemodels.cdn.bcebos.com/" "inference-vis-demos%2Fmobilenet.tar.gz")
115+
inference_download_and_uncompress(${MOBILENET_INSTALL_DIR} "http://paddlemodels.bj.bcebos.com/" "inference-vis-demos%2Fmobilenet.tar.gz")
116116
endif()
117117
inference_analysis_api_test_with_refer_result(test_analyzer_mobilenet_transpose ${MOBILENET_INSTALL_DIR} analyzer_vis_tester.cc SERIAL)
118118

paddle/fluid/inference/tests/test.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(INFERENCE_URL "http://paddle-inference-dist.cdn.bcebos.com" CACHE STRING "inference download url")
1+
set(INFERENCE_URL "http://paddle-inference-dist.bj.bcebos.com" CACHE STRING "inference download url")
22
set(INFERENCE_DEMO_INSTALL_DIR "${THIRD_PARTY_PATH}/inference_demo" CACHE STRING
33
"A path setting inference demo download directories.")
44
function (inference_download install_dir url filename)

python/paddle/dataset/flowers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
from six.moves import cPickle as pickle
4747
__all__ = ['train', 'test', 'valid']
4848

49-
DATA_URL = 'http://paddlemodels.cdn.bcebos.com/flowers/102flowers.tgz'
50-
LABEL_URL = 'http://paddlemodels.cdn.bcebos.com/flowers/imagelabels.mat'
51-
SETID_URL = 'http://paddlemodels.cdn.bcebos.com/flowers/setid.mat'
49+
DATA_URL = 'http://paddlemodels.bj.bcebos.com/flowers/102flowers.tgz'
50+
LABEL_URL = 'http://paddlemodels.bj.bcebos.com/flowers/imagelabels.mat'
51+
SETID_URL = 'http://paddlemodels.bj.bcebos.com/flowers/setid.mat'
5252
DATA_MD5 = '52808999861908f626f3c1f4e79d11fa'
5353
LABEL_MD5 = 'e0620be6f572b9609742df49c70aed4d'
5454
SETID_MD5 = 'a5357ecc9cb78c4bef273ce3793fc85c'

python/paddle/dataset/wmt14.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
WMT14 dataset.
1616
The original WMT14 dataset is too large and a small set of data for set is
1717
provided. This module will download dataset from
18-
http://paddlepaddle.cdn.bcebos.com/demo/wmt_shrinked_data/wmt14.tgz and
18+
http://paddlepaddle.bj.bcebos.com/demo/wmt_shrinked_data/wmt14.tgz and
1919
parse training set and test set into paddle reader creators.
2020
2121
"""

python/paddle/fluid/contrib/int8_inference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We provide the results of accuracy measurd on [Intel® Xeon® Platinum Gold Proc
5454
| ResNet-50 | Full ImageNet Val | 76.63% | 76.17% | 0.46% |
5555
| MobileNet-V1 | Full ImageNet Val | 70.78% | 70.49% | 0.29% |
5656

57-
Please note that [Small](http://paddle-inference-dist.cdn.bcebos.com/int8/calibration_test_data.tar.gz "Small") is a subset of [full ImageNet validation dataset](http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_val.tar "full ImageNet validation dataset").
57+
Please note that [Small](http://paddle-inference-dist.bj.bcebos.com/int8/calibration_test_data.tar.gz "Small") is a subset of [full ImageNet validation dataset](http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_val.tar "full ImageNet validation dataset").
5858

5959
Notes:
6060
* The accuracy measurement requires the model with `label`.

0 commit comments

Comments
 (0)