Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add step to create a GPT4All cache folder to the docs #457

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

andrii-i
Copy link
Collaborator

@andrii-i andrii-i commented Nov 9, 2023

Problem

GPT4All usage section of the docs has instructions on how to install gpt4all models

For each model you use, you will have to run the command

curl -LO --output-dir ~/.cache/gpt4all "<model-bin-url>"

if .cache or gpt4all folder does not exist, command will fail with error

Warning: /Users/.../.cache/gpt4all/ggml-gpt4all-l13b-snoozy.bin: No such
Warning: file or directory
  0 7759M    0 46864    0     0  92400      0 24:27:40 --:--:-- 24:27:40 93168
curl: (23) Failure writing output to destination

Solution

Add step to create a GPT4All cache folder to the docs

@andrii-i andrii-i added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 9, 2023
docs/source/users/index.md Outdated Show resolved Hide resolved
Co-authored-by: Piyush Jain <piyushjain@duck.com>
@andrii-i andrii-i merged commit 531aced into jupyterlab:main Nov 9, 2023
7 checks passed
@andrii-i andrii-i deleted the mkdir_cache_folder branch November 9, 2023 22:31
@JasonWeill
Copy link
Collaborator

@meeseeksdev please backport to 1.x

meeseeksmachine pushed a commit to meeseeksmachine/jupyter-ai that referenced this pull request Nov 9, 2023
andrii-i added a commit that referenced this pull request Nov 10, 2023
…cs (#458)

Co-authored-by: Andrii Ieroshenko <aieroshe@amazon.com>
dbelgrod pushed a commit to dbelgrod/jupyter-ai that referenced this pull request Jun 10, 2024
* add step to create a GPT4ALL cache folder to the docs

* Update docs/source/users/index.md

Co-authored-by: Piyush Jain <piyushjain@duck.com>

---------

Co-authored-by: Piyush Jain <piyushjain@duck.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants