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
  • Loading branch information
andrii-i authored and meeseeksmachine committed Nov 9, 2023
1 parent 1b26429 commit bbd641c
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 @@ -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

```
Expand Down

0 comments on commit bbd641c

Please sign in to comment.