From 47daf891feb08e794b0579cfd59665fc2dda4b6e Mon Sep 17 00:00:00 2001 From: MarlinMr <51798819+MarlinMr@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:56:42 +0200 Subject: [PATCH] Link to developer.nvidia.com (#1104) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fed7e4e..31f3100f 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ cp .env.example .env docker compose up --build ``` -Make sure to edit `.env.example` and set the appropriate CUDA version for your GPU. +Make sure to edit `.env.example` and set the appropriate CUDA version for your GPU, which can be found on [developer.nvidia.com](https://developer.nvidia.com/cuda-gpus). You need to have docker compose v2.17 or higher installed in your system. For installation instructions, see [Docker compose installation](https://github.com/oobabooga/text-generation-webui/wiki/Docker-compose-installation).