Skip to content

Commit

Permalink
Add step to create a GPT4All cache folder to the docs (jupyterlab#457)
Browse files Browse the repository at this point in the history
* add step to create a GPT4ALL cache folder to the docs

* Update docs/source/users/index.md

Co-authored-by: Piyush Jain <[email protected]>

---------

Co-authored-by: Piyush Jain <[email protected]>
  • Loading branch information
andrii-i and 3coins authored Nov 9, 2023
1 parent 426e74c commit 22475e8
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 22475e8

Please sign in to comment.