Skip to content

Commit e7b63b8

Browse files
committed
Add required cuDNN version
1 parent bd735c8 commit e7b63b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker run -p 6379:6379 redislabs/redisai:latest-cpu-x64-bionic
2424
```
2525

2626
### On a GPU machine
27-
For GPU support you will need a machine you'll need a machine that has Nvidia driver (CUDA 11.2) nvidia-container-toolkit and Docker 19.03+ installed. For detailed information, checkout [nvidia-docker documentation](https://github.com/NVIDIA/nvidia-docker)
27+
For GPU support you will need a machine you'll need a machine that has Nvidia driver (CUDA 11.2 and cuDNN 8.1), nvidia-container-toolkit and Docker 19.03+ installed. For detailed information, checkout [nvidia-docker documentation](https://github.com/NVIDIA/nvidia-docker)
2828

2929
```
3030
docker run -p 6379:6379 --gpus all -it --rm redislabs/redisai:latest-gpu-x64-bionic
@@ -37,7 +37,7 @@ You can compile and build the module from its source code. The [Developer](https
3737
### Prerequisites
3838
* Packages: git, python3, make, wget, g++/clang, & unzip
3939
* CMake 3.0 or higher needs to be installed.
40-
* CUDA 11.2 or higher needs to be installed if GPU support is required.
40+
* CUDA 11.2 and cuDNN 8.1 or higher needs to be installed if GPU support is required.
4141
* Redis v6.0.0 or greater.
4242

4343
### Get the Source Code

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker run -p 6379:6379 redislabs/redisai:latest-cpu-x64-bionic
1212
```
1313

1414
### On a GPU machine
15-
For GPU support you will need a machine you'll need a machine that has Nvidia driver (CUDA 11.2) nvidia-container-toolkit and Docker 19.03+ installed. For detailed information, checkout [nvidia-docker documentation](https://github.com/NVIDIA/nvidia-docker)
15+
For GPU support you will need a machine you'll need a machine that has Nvidia driver (CUDA 11.2 and cuDNN 8.1), nvidia-container-toolkit and Docker 19.03+ installed. For detailed information, checkout [nvidia-docker documentation](https://github.com/NVIDIA/nvidia-docker)
1616
```
1717
docker run -p 6379:6379 --gpus all -it --rm redislabs/redisai:latest-gpu-x64-bionic
1818
```
@@ -24,7 +24,7 @@ You can compile and build the module from its source code. The [Developer](devel
2424
### Prerequisites
2525
* Packages: git, python3, make, wget, g++/clang, & unzip
2626
* CMake 3.0 or higher needs to be installed.
27-
* CUDA 11.2 or higher needs to be installed if GPU support is required.
27+
* CUDA 11.2 and cuDNN 8.1 or higher needs to be installed if GPU support is required.
2828
* Redis v6.0.0 or greater.
2929

3030
### Get the Source Code

0 commit comments

Comments
 (0)