From a1c3583c960311fd1379681f995db9bed0e2ead7 Mon Sep 17 00:00:00 2001 From: Peter Krantz Date: Fri, 17 May 2024 10:24:47 +0200 Subject: [PATCH] Update README.md (#841) Spelling correction for copy/pasters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebd2169..1527c1c 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ GPU execution requires the following NVIDIA libraries to be installed: * [cuBLAS for CUDA 12](https://developer.nvidia.com/cublas) * [cuDNN 8 for CUDA 12](https://developer.nvidia.com/cudnn) -**Note**: Latest versions of `ctranslate2` support CUDA 12 only. For CUDA 11, the current workaround is downgrading to the `3.24.0` version of `ctranslate2` (This can be done with `pip install --force-reinsall ctranslate2==3.24.0` or specifying the version in a `requirements.txt`). +**Note**: Latest versions of `ctranslate2` support CUDA 12 only. For CUDA 11, the current workaround is downgrading to the `3.24.0` version of `ctranslate2` (This can be done with `pip install --force-reinstall ctranslate2==3.24.0` or specifying the version in a `requirements.txt`). There are multiple ways to install the NVIDIA libraries mentioned above. The recommended way is described in the official NVIDIA documentation, but we also suggest other installation methods below.