From 01426722895ac220c57566ce3232b7e3f7115c8c Mon Sep 17 00:00:00 2001 From: gfjiangly <38396233+gfjiangly@users.noreply.github.com> Date: Sun, 25 Aug 2019 14:04:15 +0800 Subject: [PATCH] add g++ requirement for INSTALL.md. (#1250) --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 1e5bec8..8f4fb76 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -7,7 +7,7 @@ - PyTorch 1.1 or higher - CUDA 9.0 or higher - NCCL 2 -- GCC 4.9 or higher +- GCC(G++) 4.9 or higher - [mmcv](https://github.com/open-mmlab/mmcv) We have tested the following versions of OS and softwares: @@ -15,7 +15,7 @@ We have tested the following versions of OS and softwares: - OS: Ubuntu 16.04/18.04 and CentOS 7.2 - CUDA: 9.0/9.2/10.0 - NCCL: 2.1.15/2.2.13/2.3.7/2.4.2 -- GCC: 4.9/5.3/5.4/7.3 +- GCC(G++): 4.9/5.3/5.4/7.3 ### Install mmdetection -- GitLab