From 1f9f08394c276ab892bac5b8696456daa5b4f8c3 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Mon, 1 Jun 2020 07:57:33 +0000 Subject: [PATCH] fix readme --- README.md | 1 - README_CN.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 08e8d85a..1818ddd6 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,6 @@ Here, `client.predict` function has two arguments. `feed` is a `python dict` wit - **Distributed Key-Value indexing** supported which is especially useful for large scale sparse features as model inputs. - **Highly concurrent and efficient communication** between clients and servers supported. - **Multiple programming languages** supported on client side, such as Golang, C++ and python. -- **Extensible framework design** which can support model serving beyond Paddle.

Document

diff --git a/README_CN.md b/README_CN.md index 8b091bdc..29cf0952 100644 --- a/README_CN.md +++ b/README_CN.md @@ -156,7 +156,6 @@ print(fetch_map) - 支持 **分布式键值对索引** 助力于大规模稀疏特征作为模型输入. - 支持客户端和服务端之间 **高并发和高效通信**. - 支持 **多种编程语言** 开发客户端,例如Golang,C++和Python. -- **可伸缩框架设计** 可支持不限于Paddle的模型服务.

文档

-- GitLab