From 22475e8016352eb2153e59f7b571fadda9edec37 Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Thu, 9 Nov 2023 14:31:11 -0800 Subject: [PATCH] Add step to create a GPT4All cache folder to the docs (#457) * add step to create a GPT4ALL cache folder to the docs * Update docs/source/users/index.md Co-authored-by: Piyush Jain --------- Co-authored-by: Piyush Jain --- 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..7cdc9162d 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 folder to store the model files. + +``` +mkdir ~/.cache/gpt4all +``` + For each model you use, you will have to run the command ```