From 8f4606020b5402b12f6826d3536682fa1103d556 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Fri, 5 Jun 2020 06:53:25 +0000 Subject: [PATCH] fix readme --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1818ddd6..c9001bab 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You may need to use a domestic mirror source (in China, you can use the Tsinghua If you need install modules compiled with develop branch, please download packages from [latest packages list](./doc/LATEST_PACKAGES.md) and install with `pip install` command. -Client package support Centos 7 and Ubuntu 18, or you can use HTTP service without install client. +Paddle Serving support Centos 6/7 and Ubuntu 16/18, or you can use HTTP service without install client.

Pre-built services with Paddle Serving

diff --git a/README_CN.md b/README_CN.md index 29cf0952..66235f28 100644 --- a/README_CN.md +++ b/README_CN.md @@ -55,7 +55,7 @@ pip install paddle-serving-server-gpu # GPU 如果需要使用develop分支编译的安装包,请从[最新安装包列表](./doc/LATEST_PACKAGES.md)中获取下载地址进行下载,使用`pip install`命令进行安装。 -客户端安装包支持Centos 7和Ubuntu 18,或者您可以使用HTTP服务,这种情况下不需要安装客户端。 +Paddle Serving 支持Centos 6/7和Ubuntu 16/18,或者您可以使用HTTP服务,这种情况下不需要安装客户端。

Paddle Serving预装的服务

-- GitLab