mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-31 03:46:40 +08:00
[Quantization] Update the paddle inference library to support quantization (#455)
Update the paddle inference version in linux x64 gpu, windows gpu Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
@@ -48,10 +48,10 @@ endif(WIN32)
|
|||||||
|
|
||||||
|
|
||||||
set(PADDLEINFERENCE_URL_BASE "https://bj.bcebos.com/fastdeploy/third_libs/")
|
set(PADDLEINFERENCE_URL_BASE "https://bj.bcebos.com/fastdeploy/third_libs/")
|
||||||
set(PADDLEINFERENCE_VERSION "2.4-dev1")
|
set(PADDLEINFERENCE_VERSION "2.4-dev3")
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
if (WITH_GPU)
|
if (WITH_GPU)
|
||||||
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-gpu-${PADDLEINFERENCE_VERSION}.zip")
|
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-gpu-trt-${PADDLEINFERENCE_VERSION}.zip")
|
||||||
else()
|
else()
|
||||||
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-${PADDLEINFERENCE_VERSION}.zip")
|
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-${PADDLEINFERENCE_VERSION}.zip")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user