提交 96bce75f 编写于 作者: Z zhoushunjie

update README.md by canceling the method of installing cuda and cuDNN

上级 21a32f98
...@@ -33,22 +33,16 @@ nccl | 2.4.7 ...@@ -33,22 +33,16 @@ nccl | 2.4.7
yum -y install openssl openssl-devel golang bzip2-libs bzip2-devel yum -y install openssl openssl-devel golang bzip2-libs bzip2-devel
``` ```
#### 2.2.2. 安装GPU预测的依赖项(如果需要使用GPU预测,必须执行此步骤) #### 2.2.2. 安装GPU预测的依赖项(如果需要使用GPU预测,必须执行此步骤)
#### 2.2.2.1. 安装配置CUDA9.2以及cuDNN 7.1.4 #### 2.2.2.1. 安装配置CUDA 9.2以及cuDNN 7.1.4
该百度云机器已经安装CUDA以及cuDNN,仅需复制相关头文件与链接库(具体目录以自己测试的机器为准) 请确保正确安装CUDA 9.2以及cuDNN 7.1.4. 以下为安装CUDA和cuDNN的官方教程
```bash ```bash
# 看情况确定是否需要安装 cudnn 安装CUDA教程: https://developer.nvidia.com/cuda-90-download-archive?target_os=Linux&target_arch=x86_64&target_distro=CentOS&target_version=7&target_type=rpmnetwork
# 进入 cudnn 根目录
cd /home/work/cudnn/cudnn7.1.4 安装cuDNN教程: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html
# 拷贝头文件
cp include/cudnn.h /usr/local/cuda/include/
# 拷贝链接库
cp lib64/libcudnn* /usr/local/cuda/lib64/
# 修改头文件、链接库访问权限
chmod a+r /usr/local/cuda/include/cudnn.h /usr/local/cuda/lib64/libcudnn*
``` ```
#### 2.2.2.2. 安装nccl库 #### 2.2.2.2. 安装nccl库(如果已安装nccl 2.4.7请忽略该步骤)
```bash ```bash
# 下载文件 nccl-repo-rhel7-2.4.7-ga-cuda9.2-1-1.x86_64.rpm # 下载文件 nccl-repo-rhel7-2.4.7-ga-cuda9.2-1-1.x86_64.rpm
......
...@@ -16,10 +16,10 @@ ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0 /usr/lib/x86_64-linux-gnu/libcu ...@@ -16,10 +16,10 @@ ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0 /usr/lib/x86_64-linux-gnu/libcu
``` ```
## 3. 安装GPU依赖项(如果需要使用GPU预测,必须执行此步骤) ## 3. 安装GPU依赖项(如果需要使用GPU预测,必须执行此步骤)
### 3.1. 安装配置CUDA9.2以及cuDNN 7.1.4 ### 3.1. 安装配置CUDA 9.2以及cuDNN 7.1.4
方法与[预编译安装流程](README.md) 2.2.2.1节一样。 方法与[预编译安装流程](README.md) 2.2.2.1节一样。
### 3.2. 安装nccl库 ### 3.2. 安装nccl库(如果已安装nccl 2.4.7请忽略该步骤)
```bash ```bash
# 下载nccl相关的deb包 # 下载nccl相关的deb包
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册