From 209c0e575500b8138fde46de4220e1059d7bd788 Mon Sep 17 00:00:00 2001 From: andzejsp Date: Sat, 29 Apr 2023 18:32:05 +0300 Subject: [PATCH 1/3] Added missing title --- docs/AdvancedInstallInstructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/AdvancedInstallInstructions.md b/docs/AdvancedInstallInstructions.md index 29ff6ab4..29b6fc9b 100644 --- a/docs/AdvancedInstallInstructions.md +++ b/docs/AdvancedInstallInstructions.md @@ -1,3 +1,4 @@ +## Windows 10 and 11 ### Manual Simple install: 1. Download this repository .zip: From f10387314e3cac8cd8c70b4ec52bc9b8c15b4799 Mon Sep 17 00:00:00 2001 From: andzejsp Date: Sat, 29 Apr 2023 18:40:11 +0300 Subject: [PATCH 2/3] rewrote some steps --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9526129..a198a32e 100644 --- a/README.md +++ b/README.md @@ -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 you 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) From 3e3332a24f7357c4e09b02e891cb2f9fc00dc1fd Mon Sep 17 00:00:00 2001 From: andzejsp Date: Sat, 29 Apr 2023 18:42:17 +0300 Subject: [PATCH 3/3] bugs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a198a32e..b4944d61 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ 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. Put this file in a folder you for example `/gpt4all-ui/` because when you run it, all the necessary files will be downloaded into that folder. +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.