mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 18:56:32 +00:00
Merge branch 'main' of https://github.com/nomic-ai/gpt4all-ui
This commit is contained in:
commit
e1fae1a836
@ -51,11 +51,12 @@ Make sure that your CPU supports `AVX2` instruction set. Without it, this applic
|
||||
It is advised to have python 3.10 (The official one, not the one from Microsoft Store) and git installed. Although it should work with any python from 3.7, it is advised to use 3.10 to have the full support as some extensions like the future stable diffusion extension will force you to have 3.10.
|
||||
|
||||
1. [Go to the latest release section](https://github.com/nomic-ai/gpt4all-ui/releases)
|
||||
2. Download the `webui.bat` if you are on windows or `webui.sh` if you are on linux/mac. but the download in a folder you name for example gpt4all-ui
|
||||
3. Run the script and wait. It should install everything and start the chatbot
|
||||
4. Before running, it may ask you to download a model. Feel free to accept or to download your own models depending on the backends you are using.
|
||||
2. Download the `webui.bat` if you are on windows or `webui.sh` if you are on linux/mac. Put this file in a folder for example `/gpt4all-ui/`, because when you run it, all the necessary files will be downloaded into that folder.
|
||||
3. Run the script and wait. It should install everything and start the chatbot. Chatbot will be avaliable from web browser `http://localhost:9600`.
|
||||
> **Note**
|
||||
> During installtion, it may ask you to download a model. Feel free to accept or to download your own models depending on the backends you are using.
|
||||
|
||||
Once installed, you should see a new folder called GPT4All. From now on, you can run the app by using webui.bat or webui.sh. The script will check for any new updates
|
||||
Once installed, you can run the app by using `webui.bat` or `webui.sh`. The script will check for any new updates
|
||||
|
||||
[If you want to use a more advanced install procedure, please click here](docs/AdvancedInstallInstructions.md)
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
## Windows 10 and 11
|
||||
### Manual Simple install:
|
||||
|
||||
1. Download this repository .zip:
|
||||
|
Loading…
Reference in New Issue
Block a user