diff --git a/README.md b/README.md index 04634afebfc699708b681a99257eabc0898f7356..c867298e7e1a8c6bbc06aaba2ad2dc8f73518ae4 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,12 @@ Here, `client.predict` function has two arguments. `feed` is a `python dict` wit
+
PaddleServing交流QQ群 PaddleServing微信群
+ ### Slack To connect with other users and contributors, welcome to join our [Slack channel](https://paddleserving.slack.com/archives/CUBPKHKMJ) diff --git a/doc/qq.jpeg b/doc/qq.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..d097e55aa5242bd6b4e968e3df48feed299a5e46 Binary files /dev/null and b/doc/qq.jpeg differ diff --git a/doc/wechat.jpeg b/doc/wechat.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..52dd20702ec17060992f2c2362db203eacc04a3d Binary files /dev/null and b/doc/wechat.jpeg differ diff --git a/python/pipeline/channel.py b/python/pipeline/channel.py new file mode 100644 index 0000000000000000000000000000000000000000..a0eed6da107c0955be0d0bbcdda2967402b84b68 --- /dev/null +++ b/python/pipeline/channel.py @@ -0,0 +1,14 @@ +# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# pylint: disable=doc-string-missing diff --git a/python/pipeline/operator.py b/python/pipeline/operator.py new file mode 100644 index 0000000000000000000000000000000000000000..a0eed6da107c0955be0d0bbcdda2967402b84b68 --- /dev/null +++ b/python/pipeline/operator.py @@ -0,0 +1,14 @@ +# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# pylint: disable=doc-string-missing diff --git a/python/pipeline/pipeline_server.py b/python/pipeline/pipeline_server.py new file mode 100644 index 0000000000000000000000000000000000000000..a0eed6da107c0955be0d0bbcdda2967402b84b68 --- /dev/null +++ b/python/pipeline/pipeline_server.py @@ -0,0 +1,14 @@ +# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# pylint: disable=doc-string-missing diff --git a/python/pipeline/profiler.py b/python/pipeline/profiler.py new file mode 100644 index 0000000000000000000000000000000000000000..a0eed6da107c0955be0d0bbcdda2967402b84b68 --- /dev/null +++ b/python/pipeline/profiler.py @@ -0,0 +1,14 @@ +# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# pylint: disable=doc-string-missing