From e9bab3c85aa314927bdabce724578f583b5fe33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E9=87=8C=E6=96=AF=E5=BC=80=E6=89=87?= Date: Fri, 14 Jan 2022 08:52:51 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/en/PyTorch=20Online=20Inference?= =?UTF-8?q?=20Guide/PyTorch=20Online=20Inference=20Guide.md.=20=E5=B0=91?= =?UTF-8?q?=E9=87=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PyTorch Online Inference Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/PyTorch Online Inference Guide/PyTorch Online Inference Guide.md b/docs/en/PyTorch Online Inference Guide/PyTorch Online Inference Guide.md index a3d28aff597..c9ac2cbb05a 100644 --- a/docs/en/PyTorch Online Inference Guide/PyTorch Online Inference Guide.md +++ b/docs/en/PyTorch Online Inference Guide/PyTorch Online Inference Guide.md @@ -594,6 +594,6 @@ Perform the following steps as the **root** user. **$\{install\_path\}** indicates the GCC 7.3.0 installation path configured in [3.](#en-us_topic_0000001146754749_en-us_topic_0000001072593337_l75d31a2874534a2092e80a5f865b46f0). In this example, the GCC 7.3.0 installation path is **/usr/local/linux\_gcc7.3.0/**. >![](public_sys-resources/icon-note.gif) **NOTE:** - >Skip this step if you do not the compilation environment with GCC upgraded. + >Skip this step if you do not need the compilation environment with GCC upgraded. -- Gitee