Skip to content

Commit 9595b07

Browse files
authored
Merge pull request #129 from yongqiangma/v28
update libs to paddle-lite v2.8
2 parents aedb094 + 287e31e commit 9595b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PaddleLite-ios-demo/download_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tempdir=$(mktemp -d)
44

55
CLASSIFICATION_MODEL_URL="https://paddlelite-demo.bj.bcebos.com/models/mobilenet_v1_fp32_224_for_cpu_v2_8_0.tar.gz"
66
DETECTION_MODEL_URL="https://paddlelite-demo.bj.bcebos.com/models/ssd_mobilenet_v1_pascalvoc_fp32_300_for_cpu_v2_8_0.tar.gz"
7-
PADDLE_LITE_LIB_URL="https://github.com/PaddlePaddle/Paddle-Lite/releases/download/v2.8/inference_lite_lib.ios.armv8.with_extra.tiny_publish.tar.gz"
7+
PADDLE_LITE_LIB_URL="https://paddlelite-demo.bj.bcebos.com/libs/ios/paddle_lite_libs_v2_8_0.tar.gz"
88
OPENCV_FRAMEWORK_URL="https://paddlelite-demo.bj.bcebos.com/libs/ios/opencv2.framework.tar.gz"
99

1010

0 commit comments

Comments
 (0)