nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
70.15k stars 7.67k forks source link

GPT4All application needs to be relaunched to recognize the new model on OS X #1440

Open scarroll32 opened 1 year ago

scarroll32 commented 1 year ago

System Info

GPT4All installed using the OS X installer, Macbook Pro i9, Python 3.11.3 (main, Apr 7 2023, 19:25:52) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin

After downloading the Wizard v1.1 model, the installer performs a checksum, and then returns to the Available Models page with Wizard v1.1 enabled for download. The model files are downloaded but the main page says there are no models available.

Have deleted the files and redownloaded, same issue.

Screenshot 2023-09-19 at 07 34 16 Screenshot 2023-09-19 at 07 35 26
~/Library/Application Support/nomic.ai/GPT4All
❯ ls -la
total 14319744
drwxr-xr-x@ 4 sean  staff         128 Sep 19 07:28 .
drwxr-xr-x@ 3 sean  staff          96 Sep 18 22:29 ..
-rw-r--r--@ 1 sean  staff           0 Sep 19 07:25 test_write.txt
-rw-r--r--@ 1 sean  staff  7323310848 Sep 19 07:28 wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin

Information

Related Components

Reproduction

Download the Wizard v1.1 model

Expected behavior

Should make the model available

scarroll32 commented 1 year ago

Found the problem: the GPT4All application needs to be relaunched to recognize the new model. Tested also against Hermes.

Updating the title of this issue.