1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- rpc_port: 18091
- http_port: 9998
- worker_num: 10
- build_dag_each_worker: False
- dag:
-
- is_thread_op: False
-
- retry: 10
-
- use_profile: True
-
- tracer:
- interval_s: 10
- op:
- det:
-
- concurrency: 8
-
- local_service_conf:
-
- client_type: local_predictor
-
- model_config: ./ppocr_det_v3_serving
-
-
-
- devices: "0"
-
- ir_optim: True
- rec:
-
- concurrency: 4
-
- timeout: -1
-
-
- retry: 1
-
- local_service_conf:
-
- client_type: local_predictor
-
- model_config: ./ppocr_rec_v3_serving
-
-
-
- devices: "0"
-
- ir_optim: True
|