Created by: wangguibao
Add Elastic CTR solution to Paddle Serving A new directory elastic-ctr/ is added:
elastic-ctr
|- client C++ and python client
\ serving Serving side
A new cmake option WITH_ELASTIC_CTR
is added. To compile Elastic CTR binaries, specify it with on
:
cmake -DWITH_ELASTIC_CTR=on ..