From 5040e8291f9513d6ae9181f3059695bdc919102f Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Thu, 9 Nov 2023 13:58:11 -0800 Subject: [PATCH 1/2] add step to create a GPT4ALL cache folder to the docs --- docs/source/users/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/users/index.md b/docs/source/users/index.md index 89aa9a19b..24e39ae76 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -378,6 +378,12 @@ Note that each model comes with its own license, and that users are themselves responsible for verifying that their usage complies with the license. You can find licensing details on the [GPT4All official site](https://gpt4all.io/index.html). +First, create a cache folder + +``` +mkdir ~/.cache/gpt4all +``` + For each model you use, you will have to run the command ``` From 00e16e4fdd09338ec1e82b7aa5521ad4bf4496bf Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Thu, 9 Nov 2023 14:20:48 -0800 Subject: [PATCH 2/2] Update docs/source/users/index.md Co-authored-by: Piyush Jain --- docs/source/users/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/users/index.md b/docs/source/users/index.md index 24e39ae76..7cdc9162d 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -378,7 +378,7 @@ Note that each model comes with its own license, and that users are themselves responsible for verifying that their usage complies with the license. You can find licensing details on the [GPT4All official site](https://gpt4all.io/index.html). -First, create a cache folder +First, create a folder to store the model files. ``` mkdir ~/.cache/gpt4all