mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-14 04:44:00 +08:00
Change Paddle Lite Ascend URL
This commit is contained in:
@@ -6,12 +6,12 @@ if(NOT CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "aarch64")
|
|||||||
if (NOT BUILD_FASTDEPLOY_PYTHON)
|
if (NOT BUILD_FASTDEPLOY_PYTHON)
|
||||||
message(STATUS "Build FastDeploy Ascend C++ library on X86 platform.")
|
message(STATUS "Build FastDeploy Ascend C++ library on X86 platform.")
|
||||||
if(NOT PADDLELITE_URL)
|
if(NOT PADDLELITE_URL)
|
||||||
set(PADDLELITE_URL "https://bj.bcebos.com/fastdeploy/test/lite-linux_x86_huawei_ascend_npu_0105.tgz")
|
set(PADDLELITE_URL "https://bj.bcebos.com/fastdeploy/third_libs/lite-linux_x86_huawei_ascend_npu_0105.tgz")
|
||||||
endif()
|
endif()
|
||||||
else ()
|
else ()
|
||||||
message(STATUS "Build FastDeploy Ascend Python library on X86 platform.")
|
message(STATUS "Build FastDeploy Ascend Python library on X86 platform.")
|
||||||
if(NOT PADDLELITE_URL)
|
if(NOT PADDLELITE_URL)
|
||||||
set(PADDLELITE_URL "https://bj.bcebos.com/fastdeploy/test/lite-linux_x86_huawei_ascend_npu_python_0105.tgz")
|
set(PADDLELITE_URL "https://bj.bcebos.com/fastdeploy/third_libs/lite-linux_x86_huawei_ascend_npu_python_0105.tgz")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
@@ -21,12 +21,12 @@ if(CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "aarch64")
|
|||||||
if (NOT BUILD_FASTDEPLOY_PYTHON)
|
if (NOT BUILD_FASTDEPLOY_PYTHON)
|
||||||
message(STATUS "Build FastDeploy Ascend C++ library on aarch64 platform.")
|
message(STATUS "Build FastDeploy Ascend C++ library on aarch64 platform.")
|
||||||
if(NOT PADDLELITE_URL)
|
if(NOT PADDLELITE_URL)
|
||||||
set(PADDLELITE_URL "https://bj.bcebos.com/fastdeploy/test/lite-linux_arm64_huawei_ascend_npu_1121.tgz")
|
set(PADDLELITE_URL "https://bj.bcebos.com/fastdeploy/third_libs/lite-linux_arm64_huawei_ascend_npu_1121.tgz")
|
||||||
endif()
|
endif()
|
||||||
else ()
|
else ()
|
||||||
message(STATUS "Build FastDeploy Ascend Python library on aarch64 platform.")
|
message(STATUS "Build FastDeploy Ascend Python library on aarch64 platform.")
|
||||||
if(NOT PADDLELITE_URL)
|
if(NOT PADDLELITE_URL)
|
||||||
set(PADDLELITE_URL "https://bj.bcebos.com/fastdeploy/test/lite-linux_arm64_huawei_ascend_npu_python_1207.tgz")
|
set(PADDLELITE_URL "https://bj.bcebos.com/fastdeploy/third_libs/lite-linux_arm64_huawei_ascend_npu_python_1207.tgz")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
Reference in New Issue
Block a user