Commit Graph

924 Commits (2e5b114364e495318319acc562c58d723fabdf80)
 

Author SHA1 Message Date
Andriy Mulyar 2e5b114364
Update models.json
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Andriy Mulyar 0db6fd6867
Update models.json (#838)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
AT d5cf584f8d
Remove older models that are not as popular. (#837)
* Remove older models that are not as popular.

* Update models.json

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>

---------

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
Co-authored-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Adam Treat f73333c6a1 Update to latest llama.cpp 1 year ago
Adam Treat 301d2fdbea Fix up for newer models on reset context. This fixes the model from totally failing after a reset context. 1 year ago
Adam Treat bdba2e8de6 Allow for download of models hosted on third party hosts. 1 year ago
Adam Treat 5073630759 Try again with the url. 1 year ago
Adam Treat 6ba37f47c1 Trying out a new feature to download directly from huggingface. 1 year ago
AT be3c63ffcd
Update build_and_run.md (#834)
Signed-off-by: AT <manyoso@users.noreply.github.com>
1 year ago
AT 5f95aa9fc6
We no longer have an avx_only repository and better error handling for minimum hardware requirements. (#833) 1 year ago
Adam Treat 9f590db98d Better error handling when the model fails to load. 1 year ago
AT bbe195ee02
Backend prompt dedup (#822)
* Deduplicated prompt() function code
1 year ago
Ikko Eltociear Ashimine 945297d837 Update README.md
huggingface -> Hugging Face

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
1 year ago
Adam Treat bc624f5389 Add a collection immediately and show a placeholder + busy indicator in localdocs settings. 1 year ago
Peter Gagarinov 23391d44e0 Only default mlock on macOS where swap seems to be a problem
Repeating the change that once was done in https://github.com/nomic-ai/gpt4all/pull/663 but then was overriden by 48275d0dcc

Signed-off-by: Peter Gagarinov <pgagarinov@users.noreply.github.com>
1 year ago
Adam Treat 55055ca983 Add the ability to change the directory via text field not just 'browse' button. 1 year ago
Adam Treat 25ee51e2ca Actually use the theme dark color for window background. 1 year ago
Adam Treat d9ddd373d6 Prevent flashing of white on resize. 1 year ago
Adam Treat 8aba76ad05 Min constraints on about dialog. 1 year ago
Adam Treat a7f74e9d01 Some tweaks to UI to make window resizing smooth and flow nicely. 1 year ago
niansa/tuxifan f3564ac6b9
Fixed tons of warnings and clazy findings (#811) 1 year ago
niansa/tuxifan d6a70ddb5f
Fixed model type for GPT-J (#815)
Signed-off-by: niansa/tuxifan <tuxifan@posteo.de>
1 year ago
Richard Guo 9d2b20f6cd small typo fix 1 year ago
Richard Guo e709e58603 more cleanup 1 year ago
Richard Guo 13fc50f2d3 cleanup 1 year ago
Richard Guo 98420ea6d5 cleanup 1 year ago
Richard Guo c54c42e3fb fixed finding model libs 1 year ago
Richard Guo ab56364da8 load libs correctly 1 year ago
Richard Guo 5490af5a2c model creation is failing... debugging 1 year ago
Richard Guo 9f203c211f load all model libs 1 year ago
Richard Guo ae42805d49 updated bindings code for updated C api 1 year ago
niansa/tuxifan f0be66a221 Fixed spelling error in models.json
to make CI happy

Signed-off-by: niansa/tuxifan <tuxifan@posteo.de>
1 year ago
Adam Treat be9f6ad543 Add models/release.json to github repo to allow PRs 1 year ago
Adam Treat cec8831e12 Fix mac build again. 1 year ago
Adam Treat 70e3b7e907 Try and fix build on mac. 1 year ago
Adam Treat 188770c92a Remove this as it is no longer useful. 1 year ago
Adam Treat a41bd6ac0a Trying to shrink the copy+paste code and do more code sharing between backend model impl. 1 year ago
Adam Treat 031d7149a7 Fix bug with resetting context with chatgpt model. 1 year ago
Adam Treat 94633da2d7 Don't hardcode these. 1 year ago
Adam Treat 28944ac01b Fix for stale references after we regenerate. 1 year ago
Adam Treat aea94f756d Better name for database results. 1 year ago
Adam Treat f62e439a2d Make localdocs work with server mode. 1 year ago
mvenditto 8e89ceb54b
C# Bindings - improved logging (#714)
* added optional support for .NET logging

* bump version and add missing alpha suffix

* avoid creating additional namespace for extensions

* prefer NullLogger/NullLoggerFactory over null-conditional ILogger to avoid errors

---------

Signed-off-by: mvenditto <venditto.matteo@gmail.com>
1 year ago
Andriy Mulyar cf07ca3951
Update gpt4all_chat.md (#800)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
1 year ago
Tim Miller 87cb3505d3 Fix MSVC Build, Update C# Binding Scripts 1 year ago
Adam Treat 20eff29432 Logger should also output to stderr 1 year ago
Ettore Di Giacinto 022f1cabe7
Add ldl in gpt4all.go for dynamic linking (#797) 1 year ago
mudler 682a383e06 Drop leftover include 1 year ago
niansa/tuxifan 27e80e1d10
Allow user to specify custom search path via $GPT4ALL_IMPLEMENTATIONS_PATH (#789) 1 year ago
niansa 5175db2781 Fixed double-free in LLModel::Implementation destructor 1 year ago