From f2354d2bb8d9f0ac048b9721cfd7a8abe8a6b586 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Tue, 15 Mar 2022 14:29:02 +0800 Subject: [PATCH] Update Compile_EN.md --- doc/Compile_EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Compile_EN.md b/doc/Compile_EN.md index 47c62a82..4fc013f1 100644 --- a/doc/Compile_EN.md +++ b/doc/Compile_EN.md @@ -258,7 +258,7 @@ make -j10 ## Attached: CMake option description | Compilation Options | Description | Default | -| :--------------: | :------------------------------- ---------: | :--: | +| :--------------: | :----------------------------------------: | :--: | | WITH_AVX | Compile Paddle Serving with AVX intrinsics | OFF | | WITH_MKL | Compile Paddle Serving with MKL support | OFF | | WITH_GPU | Compile Paddle Serving with NVIDIA GPU | OFF | @@ -290,7 +290,7 @@ The things to note here are: The following is the matching relationship between PaddleServing mirrored Cuda, Cudnn, and TensorRT for reference: -| | CUDA | CUDNN | TensorRT | +| Tag | CUDA | CUDNN | TensorRT | | :----: | :-----: | :----------: | :----: | | post101 | 10.1 | CUDNN 7.6.5 | 6.0.1 | | post102 | 10.2 | CUDNN 8.0.5 | 7.1.3 | -- GitLab