[cmake] switch paddle 2.4-dev7 -> 2.4-dev6 for windows (#1660)

* [cmake] switch paddle 2.4-dev7 -> 2.4-dev6 for windows

* [cmake] remove examples from install policy

* Update CMakeLists.txt
This commit is contained in:
DefTruth
2023-03-21 10:41:34 +08:00
committed by GitHub
parent f278ed424b
commit 2ff7b10adc
2 changed files with 1 additions and 19 deletions

View File

@@ -82,6 +82,7 @@ else()
set(PADDLEINFERENCE_URL_BASE "https://bj.bcebos.com/fastdeploy/third_libs/")
set(PADDLEINFERENCE_VERSION "2.4-dev7")
if(WIN32)
set(PADDLEINFERENCE_VERSION "2.4-dev6") # dev7 for win is not ready now!
if (WITH_GPU)
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-gpu-trt-${PADDLEINFERENCE_VERSION}.zip")
else()