mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 12:27:52 +00:00
973 B
973 B
Using GPT4All-Webui on Linux or macOS:
To run the Flask server, execute the following command:
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?