未验证 提交 1ad40b8d 编写于 作者: J Jiawei Wang 提交者: GitHub

Merge pull request #1161 from TeslaZhao/develop

Upgrade sentencepiece version to 0.1.92 for setup.app.in
...@@ -15,7 +15,6 @@ The Server side is built based on <b>RPC Service</b> and <b>graph execution engi ...@@ -15,7 +15,6 @@ The Server side is built based on <b>RPC Service</b> and <b>graph execution engi
<img src='pipeline_serving-image1.png' height = "250" align="middle"/> <img src='pipeline_serving-image1.png' height = "250" align="middle"/>
</center> </center>
### 1. RPC Service ### 1. RPC Service
In order to meet the needs of different users, the RPC service starts one Web server and one RPC server at the same time, and can process 2 types of requests, RESTful API and gRPC.The gPRC gateway receives RESTful API requests and forwards requests to the gRPC server through the reverse proxy server; gRPC requests are received by the gRPC server, so the two types of requests are processed by the gRPC Service in a unified manner to ensure that the processing logic is consistent. In order to meet the needs of different users, the RPC service starts one Web server and one RPC server at the same time, and can process 2 types of requests, RESTful API and gRPC.The gPRC gateway receives RESTful API requests and forwards requests to the gRPC server through the reverse proxy server; gRPC requests are received by the gRPC server, so the two types of requests are processed by the gRPC Service in a unified manner to ensure that the processing logic is consistent.
......
...@@ -44,7 +44,7 @@ REQUIRED_PACKAGES = [ ...@@ -44,7 +44,7 @@ REQUIRED_PACKAGES = [
'six >= 1.10.0', 'six >= 1.10.0',
'pillow', 'pillow',
'pyclipper', 'shapely', 'pyclipper', 'shapely',
'sentencepiece<=0.1.83; platform_machine != "aarch64"', 'sentencepiece<=0.1.92; platform_machine != "aarch64"',
'sentencepiece; platform_machine == "aarch64"', 'sentencepiece; platform_machine == "aarch64"',
'opencv-python<=4.2.0.32; platform_machine != "aarch64"', 'opencv-python<=4.2.0.32; platform_machine != "aarch64"',
'opencv-python; platform_machine == "aarch64"', 'opencv-python; platform_machine == "aarch64"',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册