Skip to content

Commit

Permalink
Backport PR jupyterlab#457: Add step to create a GPT4All cache folder…
Browse files Browse the repository at this point in the history
… to the docs (jupyterlab#458)

Co-authored-by: Andrii Ieroshenko <[email protected]>
  • Loading branch information
meeseeksmachine and andrii-i authored Nov 10, 2023
1 parent fcb483c commit 04494ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit 04494ef

Please sign in to comment.