From bbd641c0ac67f259ae952756232ec98df6effba1 Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Thu, 9 Nov 2023 14:31:11 -0800 Subject: [PATCH] Backport PR #457: 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 3257823a7..d7f75192b 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -365,6 +365,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 ```