From 9fa0b80fcae9de7e54840997669af03d27579f68 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 27 Nov 2023 11:30:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a17525e..93834af9 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,9 @@ conda create --name lollms python=3.10 ```bash conda activate lollms ``` -- If you want to use an nVidia GPU, install cuda toolkit 11.8 +- If you want to use an nVidia GPU, install cuda toolkit 12.1 ```bash -conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit +conda install -c "nvidia/label/cuda-12.1.1" cuda-toolkit ``` - Clone the project ```bash