mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 12:16:22 +00:00
Update README.md
This commit is contained in:
parent
b6be3936c9
commit
ac8be46a12
17
README.md
17
README.md
@ -68,14 +68,15 @@ The installation scripts are:
|
||||
- `lollms_installer_macos.sh`for Mac.
|
||||
|
||||
### Manual install:
|
||||
Since v 10.14, manual installation os back:
|
||||
make sure you have python 3.11 is installed or to have a python 3.11 conda environment or other way.
|
||||
clone the repo at: `https://github.com/ParisNeo/lollms-webui.git`
|
||||
better create an environment for lollms and activate it
|
||||
in the repo folder, make sure you pull all submodules: `git submodule update --init --recursive`
|
||||
install lollms by going to lollms_core then do: `pip install -e .`
|
||||
go back to the root of the lollms_webui folder
|
||||
install all requirements: `pip install -r requirements.txt`
|
||||
Since v 10.14, manual installation is back:
|
||||
|
||||
- Make sure you have python 3.11 is installed or to have a python 3.11 conda environment or other way.
|
||||
- clone the repo at: `https://github.com/ParisNeo/lollms-webui.git`
|
||||
- better create an environment for lollms and activate it
|
||||
- in the repo folder, make sure you pull all submodules: `git submodule update --init --recursive`
|
||||
- install lollms by going to lollms_core then do: `pip install -e .`
|
||||
- go back to the root of the lollms_webui folder
|
||||
- install all requirements: `pip install -r requirements.txt`
|
||||
|
||||
now you are ready to run lolmms: `python app.py`
|
||||
## Smart Routing: Optimizing for Money and Speed
|
||||
|
Loading…
Reference in New Issue
Block a user