mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-24 06:36:37 +00:00
updated readme
This commit is contained in:
parent
201d623a9c
commit
26d97219bb
13
README.md
13
README.md
@ -126,11 +126,22 @@ cd lollms-webui
|
|||||||
```
|
```
|
||||||
Now create a new conda environment, activate it and install requirements
|
Now create a new conda environment, activate it and install requirements
|
||||||
|
|
||||||
|
With cuda support (GPU mode):
|
||||||
```bash
|
```bash
|
||||||
conda create --prefix ./env python=3.10
|
conda create --prefix ./env python=3.10 cuda-toolkit ninja git
|
||||||
conda activate ./env
|
conda activate ./env
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Without cuda support (CPU mode):
|
||||||
|
```bash
|
||||||
|
conda create --prefix ./env python=3.10 ninja git
|
||||||
|
conda activate ./env
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
You should create an empty file called `.no_gpu` in the folder in order to prevent lollms from trying to use GPU.
|
||||||
|
|
||||||
|
|
||||||
#### Using Docker
|
#### Using Docker
|
||||||
Alternatively, you can use Docker to set up the LoLLMS WebUI. Please refer to the Docker documentation for installation instructions specific to your operating system.
|
Alternatively, you can use Docker to set up the LoLLMS WebUI. Please refer to the Docker documentation for installation instructions specific to your operating system.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user