Commit Graph

753 Commits (5cbf4f28e843a366c0180e619a25d8f3591a67ae)
 

Author SHA1 Message Date
AT e66ebb0750 Update README.md 1 year ago
AT d1a940ea3b Update README.md 1 year ago
Andriy Mulyar 99b509b3f5 Create old-README.md 1 year ago
Andriy Mulyar be367019d6 Update README.md 1 year ago
Adam Treat 8e7b96bd92 Move the llmodel C API to new top-level directory and version it. 1 year ago
Andriy Mulyar 658248205a Merge pull request #520 from nomic-ai/monorepo
Make Monorepos Cool Again 2023
1 year ago
Adam Treat 6f8513bfc2 Fix ignore for build dirs. 1 year ago
Adam Treat 75f7145814 Merge commit gpt4all-chat into monorepo 1 year ago
Adam Treat 3bc9fee16e Moving everything to subdir for monorepo merge. 1 year ago
AT 41fdd24664 Update README.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
1 year ago
AT 707a8e1a0a Update README.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
1 year ago
Adam Treat 0978c260c4 Bump the version to 2.4.2 1 year ago
AT 6ae1e8a842 Update issue templates 1 year ago
Adam Treat 27599d4a0a Fix some usage events. 1 year ago
Adam Treat c8e9259bd1 Default to true for compat hardware. 1 year ago
AT dd71513309 Update README.md 1 year ago
AT 148225372d Update README.md 1 year ago
AT ec81db43df Update README.md 1 year ago
Adam Treat dcea2f3491 Rename to build_and_run.md 1 year ago
AT ac665f3739 Update dev_setup.md 1 year ago
AT bb2ac26459 Update dev_setup.md 1 year ago
AT 37ea0f6c29 Update dev_setup.md 1 year ago
AT f14458db44 Update dev_setup.md 1 year ago
Adam Treat 3b802fb0f5 Add a page to fill in for setting up a dev environment. 1 year ago
Adam Treat dfe641222b Shorten text. 1 year ago
Adam Treat 09b5f87b8d Couple of bugfixes. 1 year ago
Adam Treat f3c81c42a7 Provide a user default model setting and honor it. 1 year ago
Adam Treat ff257eb52c Add MPT info to the download list and fix it so that isDefault will work even if the required version isn't there. 1 year ago
Adam Treat 5d95085cbe Move this script and rename. 1 year ago
Adam Treat 8eeca20fd7 Simplify. 1 year ago
Adam Treat 8d295550eb Don't keep this in memory when it is not needed. 1 year ago
Adam Treat 7094fd0788 Gracefully handle when we have a previous chat where the model that it used has gone away. 1 year ago
Adam Treat ad82aaebb1 Copy pasta. 1 year ago
Adam Treat 9c66308922 Fix for special im_end token in mpt-7b-chat model. 1 year ago
Adam Treat a4bec78ec6 Allow these to load for gptj too. 1 year ago
Aaron Miller 821b28a4fa mpt: allow q4_2 quantized models to load 1 year ago
Aaron Miller 49fc7b315a mpt tokenizer: better special token handling
closer to the behavior of huggingface `tokenizers`,
do not attempt to handle additional tokens as if they were part
of the original vocabulary as this cannot prevent them from being
split into smaller chunks - handle added tokens *before*
the regular tokenizing pass

note this is still necessary even with a "proper" tokenizer implementation
1 year ago
Adam Treat 9da4fac023 Fix gptj to have lower memory requirements for kv cache and add versioning to the internal state to smoothly handle such a fix in the future. 1 year ago
Adam Treat c7f5280f9f Fix the version. 1 year ago
Adam Treat be9e748abe Remove as upstream has removed. 1 year ago
Adam Treat 126dd97b0a This shouldn't have snuck in. 1 year ago
Adam Treat 3a8ad1f700 Update to the alibi version that Zach made. 1 year ago
Adam Treat 90b2bcfebe Match Helly's impl of kv cache. 1 year ago
Adam Treat 368886015d Use F16 for kv cache on mpt. 1 year ago
Adam Treat 00804c4e3e Fix for special tokens. 1 year ago
Adam Treat 98e19ebc25 Fix up mpt. 1 year ago
Zach Nussbaum 712aeb8866 fix: helly changes 1 year ago
Zach Nussbaum d14b93222f fix: model loading 1 year ago
Zach Nussbaum 28f0f76b9f fix: convert script working 1 year ago
Zach Nussbaum d928540a08 feat: load model 1 year ago