[Serving]Add PPCls serving examples (#555)

* add ppcls serving examples

* fix ppcls/serving docs

* fix code style
This commit is contained in:
heliqi
2022-11-11 13:32:46 +08:00
committed by GitHub
parent 4bbfd977c7
commit b0a30a7b10
13 changed files with 785 additions and 2 deletions
@@ -0,0 +1,5 @@
# Runtime Directory
This directory holds the model files.
Paddle models must be model.pdmodel and model.pdiparams files.
ONNX models must be model.onnx files.