From 1b46573bb7a6fbb2c72b8e453c734a0b171f3fc5 Mon Sep 17 00:00:00 2001 From: Moshe David Date: Wed, 9 Sep 2020 04:20:46 +0300 Subject: [PATCH] Update BUILD.md (#5085) * Update BUILD.md - No need to format the word 'parameter' as code * Update BUILD.md --- BUILD.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index 59370834e9..78e43ed8d6 100644 --- a/BUILD.md +++ b/BUILD.md @@ -146,8 +146,8 @@ Build instructions are [here](./docs/Server.md) * Install [CUDA](https://developer.nvidia.com/cuda-toolkit) and [cuDNN](https://developer.nvidia.com/cudnn) * ONNX Runtime is built and tested with CUDA 10.1 and cuDNN 7.6 using the Visual Studio 2019 14.12 toolset (i.e. Visual Studio 2019 v16.5). ONNX Runtime can also be built with CUDA versions from 9.1 up to 10.1, and cuDNN versions from 7.1 up to 7.4. - * The path to the CUDA installation must be provided via the CUDA_PATH environment variable, or the `--cuda_home parameter` - * The path to the cuDNN installation (include the `cuda` folder in the path) must be provided via the cuDNN_PATH environment variable, or `--cudnn_home parameter`. The cuDNN path should contain `bin`, `include` and `lib` directories. + * The path to the CUDA installation must be provided via the CUDA_PATH environment variable, or the `--cuda_home` parameter + * The path to the cuDNN installation (include the `cuda` folder in the path) must be provided via the cuDNN_PATH environment variable, or `--cudnn_home` parameter. The cuDNN path should contain `bin`, `include` and `lib` directories. * The path to the cuDNN bin directory must be added to the PATH environment variable so that cudnn64_7.dll is found. #### Build Instructions @@ -189,12 +189,12 @@ See more information on the TensorRT Execution Provider [here](./docs/execution_ #### Prerequisites * Install [CUDA](https://developer.nvidia.com/cuda-toolkit) and [cuDNN](https://developer.nvidia.com/cudnn) * The TensorRT execution provider for ONNX Runtime is built and tested with CUDA 10.2 and cuDNN 7.6.5. - * The path to the CUDA installation must be provided via the CUDA_PATH environment variable, or the `--cuda_home parameter`. The CUDA path should contain `bin`, `include` and `lib` directories. + * The path to the CUDA installation must be provided via the CUDA_PATH environment variable, or the `--cuda_home` parameter. The CUDA path should contain `bin`, `include` and `lib` directories. * The path to the CUDA `bin` directory must be added to the PATH environment variable so that `nvcc` is found. - * The path to the cuDNN installation (path to folder that contains libcudnn.so) must be provided via the cuDNN_PATH environment variable, or `--cudnn_home parameter`. + * The path to the cuDNN installation (path to folder that contains libcudnn.so) must be provided via the cuDNN_PATH environment variable, or `--cudnn_home` parameter. * Install [TensorRT](https://developer.nvidia.com/nvidia-tensorrt-download) * The TensorRT execution provider for ONNX Runtime is built on TensorRT 7.x and is tested with TensorRT 7.0.0.11. - * The path to TensorRT installation must be provided via the `--tensorrt_home parameter`. + * The path to TensorRT installation must be provided via the `--tensorrt_home` parameter. #### Build Instructions ##### Windows