mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-29 19:12:30 +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_VERSION "2.4-dev1")
|
||||
set(PADDLEINFERENCE_VERSION "2.4-dev3")
|
||||
if(WIN32)
|
||||
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()
|
||||
set(PADDLEINFERENCE_FILE "paddle_inference-win-x64-${PADDLEINFERENCE_VERSION}.zip")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user