2023-08-26 03:07:31 +02:00
|
|
|
|
# Using lollms-webui on Linux or macOS:
|
2023-04-06 21:12:49 +02:00
|
|
|
|
|
|
|
|
|
To run the Flask server, execute the following command:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
python app.py [--port PORT] [--host HOST] [--temp TEMP] [--n-predict N_PREDICT] [--top-k TOP_K] [--top-p TOP_P] [--repeat-penalty REPEAT_PENALTY] [--repeat-last-n REPEAT_LAST_N] [--ctx-size CTX_SIZE]
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
On Kali Linux it runned well but Ubuntu requires some upgrades:
|
|
|
|
|
- python3.11 -m pip install numpy --upgrade
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
😅
|
|
|
|
|
|
|
|
|
|
?Root?
|
|
|
|
|
|
|
|
|
|

|