From 3e10011b4122a99920c31a515bacc4635e826ce1 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Fri, 8 Jan 2021 16:58:16 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原命令:pip install paddle-serving-server-gpu==0.4.0.trt # GPU with CUDA10.1+TensorRT 新命令:pip install paddle-serving-server-gpu==0.4.0.100 # GPU with CUDA10.1+TensorRT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d46d5c..c38851e8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ pip install paddle-serving-client==0.4.0 pip install paddle-serving-server==0.4.0 # CPU pip install paddle-serving-server-gpu==0.4.0.post9 # GPU with CUDA9.0 pip install paddle-serving-server-gpu==0.4.0.post10 # GPU with CUDA10.0 -pip install paddle-serving-server-gpu==0.4.0.trt # GPU with CUDA10.1+TensorRT +pip install paddle-serving-server-gpu==0.4.0.100 # GPU with CUDA10.1+TensorRT ``` You may need to use a domestic mirror source (in China, you can use the Tsinghua mirror source, add `-i https://pypi.tuna.tsinghua.edu.cn/simple` to pip command) to speed up the download. -- GitLab