Update README.md

This commit is contained in:
Saifeddine ALOUI 2023-11-27 11:30:14 +01:00 committed by GitHub
parent a7f25b4ac0
commit 9fa0b80fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,9 +80,9 @@ conda create --name lollms python=3.10
```bash ```bash
conda activate lollms 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 ```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 - Clone the project
```bash ```bash