Commit Graph

1580 Commits (e7c4680b51c0d29942981980769885314b5d0cc6)
 

Author SHA1 Message Date
Jared Van Bortel e7c4680b51 github: enable blank issues 8 months ago
Jared Van Bortel 03a9f0bedf
csharp: update C# bindings to work with GGUF (#1651) 8 months ago
Jared Van Bortel f8564398fc minor change to trigger CircleCI 8 months ago
Jared Van Bortel b96406669d CI: fix Windows Python build 8 months ago
Adam Treat e51a504550 Add the new 2.6.1 release notes and bump the version. 8 months ago
Jared Van Bortel eef604fd64 python: release bindings version 2.1.0
The backend has a breaking change for Falcon and MPT models, so we need
to make a new release.
8 months ago
Jared Van Bortel b803d51586 restore network.h #include
The online installers need this.
8 months ago
Jared Van Bortel 7e9786fccf chat: set search path early
This fixes the issues with installed versions of v2.6.0.
8 months ago
Adam Treat f7aeeca884 Revert the release. 8 months ago
Adam Treat 16a84972f6 Bump to new version and right the release notes. 8 months ago
Jared Van Bortel 4dbe2634aa models2.json: update models list for the next release 8 months ago
Adam Treat 233f0c4201 Bump the version for our next release. 8 months ago
AT 96cee4f9ac
Explicitly clear the kv cache each time we eval tokens to match n_past. (#1808) 8 months ago
ThiloteE 2d566710e5 Address review 8 months ago
ThiloteE a0f7d7ae0e Fix for "LLModel ERROR: Could not find CPU LLaMA implementation" v2 8 months ago
ThiloteE 38d81c14d0 Fixes https://github.com/nomic-ai/gpt4all/issues/1760 LLModel ERROR: Could not find CPU LLaMA implementation.
Inspired by Microsoft docs for LoadLibraryExA (https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibraryexa).
When using LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR, the lpFileName parameter must specify a fully qualified path, also it needs to be backslashes (\), not forward slashes (/).
8 months ago
Gerhard Stein 3e99b90c0b Some cleanps 8 months ago
Daniel Salvatierra c72c73a94f
app.py: add --device option for GPU support (#1769)
Signed-off-by: Daniel Salvatierra <dsalvat1@gmail.com>
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
9 months ago
Cal Alaera 528eb1e7ad
Update server.cpp to return valid created timestamps (#1763)
Signed-off-by: Cal Alaera <59891537+CalAlaera@users.noreply.github.com>
9 months ago
Jared Van Bortel d1c56b8b28
Implement configurable context length (#1749) 9 months ago
Jacob Nguyen 7aa0f779de
Update mkdocs.yml (#1759)
update doc routing
9 months ago
Jacob Nguyen a1f27072c2
fix/macm1ts (#1746)
* make runtime library backend universal searchable

* corepack enable

* fix

* pass tests

* simpler

* add more jsdoc

* fix testS

* fix up circle ci

* bump version

* remove false positive warning

* add disclaimer

* update readme

* revert

* update ts docs

---------

Co-authored-by: Matthew Nguyen <matthewpnguyen@Matthews-MacBook-Pro-7.local>
9 months ago
Jared Van Bortel 3acbef14b7
fix AVX support by removing direct linking to AVX2 libs (#1750) 9 months ago
Jared Van Bortel 0600f551b3
chatllm: do not attempt to serialize incompatible state (#1742) 9 months ago
Jacob Nguyen 9481762802
Update continue_config.yml, shoudl fix ts docs failing (#1743) 9 months ago
Jared Van Bortel 778264fbab python: don't use importlib as_file for a directory
The only reason to use as_file is to support copying a file from a
frozen package. We don't currently support this anyway, and as_file
isn't supported until Python 3.9, so get rid of it.

Fixes #1605
9 months ago
Jared Van Bortel 1df3da0a88 update llama.cpp for clang warning fix 9 months ago
aj-gameon 7facb8207b
docs: golang --recurse-submodules (#1720)
Co-authored-by: aj-gameon <aj@gameontechnology.com>
9 months ago
Jared Van Bortel dfd8ef0186
backend: use ggml_new_graph for GGML backend v2 (#1719) 9 months ago
Adam Treat fb3b1ceba2 Do not attempt to do a blocking retrieval if we don't have any collections. 9 months ago
Jared Van Bortel 9e28dfac9c
Update to latest llama.cpp (#1706) 9 months ago
Moritz Tim W 012f399639
fix typo (#1697) 9 months ago
Adam Treat a328f9ed3f Add a button to the collections dialog. Fix close button. 10 months ago
Adam Treat e4ff972522 Bump and release v2.5.4 10 months ago
Adam Treat 4862e8b650 Networking retry on download error for models. 10 months ago
Jared Van Bortel 078c3bd85c
models2.json: add Orca 2 models (#1672) 10 months ago
AT 84749a4ced Update gpt4all_chat.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago
AT f1c58d0e2c Update gpt4all_chat.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago
dsalvatierra 76413e1d03 Refactor engines module to fetch engine details
from API

Update chat.py

Signed-off-by: Daniel Salvatierra <dsalvat1@gmail.com>
10 months ago
dsalvatierra db70f1752a Update .gitignore and Dockerfile, add .env file
and modify test batch
10 months ago
dsalvat1 f3eaa33ce7 Fixing API problem - bin files are deprecated 10 months ago
Adam Treat 9e27a118ed Fix system prompt. 10 months ago
Adam Treat 34555c4934 Bump version and release notes for v2.5.3 10 months ago
Adam Treat 9a3dd8815d Fix GUI hang with localdocs by removing file system watcher in modellist. 10 months ago
Adam Treat c1809a23ba Fix text color on mac. 10 months ago
Adam Treat 59ed2a0bea Use a global constant and remove a debug line. 10 months ago
Adam Treat eecf351c64 Reduce copied code. 10 months ago
AT abd4703c79 Update gpt4all-chat/embllm.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago
AT 4b413a60e4 Update gpt4all-chat/embeddings.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago
AT 17b346dfe7 Update gpt4all-chat/embeddings.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago