Commit Graph

659 Commits (65292d87215f5c7970a61bf87b922d66b30a9333)
 

Author SHA1 Message Date
Richard Guo 65292d8721 filter jobs on main branch only 1 year ago
Richard Guo 239a5c14ef refactor circle ci config 1 year ago
Richard Guo 6ee9659905 updated README with new paths 1 year ago
Richard Guo 4cec72fe75 updated path 1 year ago
Richard Guo 8c84c24ee9 transfer python bindings code 1 year ago
AT f8fdcccc5d
Update README.md 1 year ago
AT 09e161e20f
Update README.md 1 year ago
AT 507a96b2f3
Update README.md 1 year ago
Andriy Mulyar 282204de7c
Create old-README.md 1 year ago
Andriy Mulyar e97f21000e
Update README.md 1 year ago
Adam Treat d918b02c29 Move the llmodel C API to new top-level directory and version it. 1 year ago
Andriy Mulyar 2e89a1847a
Merge pull request #520 from nomic-ai/monorepo
Make Monorepos Cool Again 2023
1 year ago
Adam Treat b00684bb91 Fix ignore for build dirs. 1 year ago
Adam Treat a971831ed2 Merge commit gpt4all-chat into monorepo 1 year ago
Adam Treat 6015154bef Moving everything to subdir for monorepo merge. 1 year ago
AT bd0250a6f0
Update README.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
1 year ago
AT c3062425be
Update README.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
1 year ago
Adam Treat 0f1d4eaa90 Bump the version to 2.4.2 1 year ago
AT 88a0ee3509
Update issue templates 1 year ago
Adam Treat 14412996e3 Fix some usage events. 1 year ago
Adam Treat 45d7967438 Default to true for compat hardware. 1 year ago
AT 8afae10808
Update README.md 1 year ago
AT b9669a3f10
Update README.md 1 year ago
AT dd3e0f8679
Update README.md 1 year ago
Adam Treat 64aff8a35b Rename to build_and_run.md 1 year ago
AT b185b9da0d
Update dev_setup.md 1 year ago
AT cf61b8259f
Update dev_setup.md 1 year ago
AT daa0801555
Update dev_setup.md 1 year ago
AT 1a40be68fd
Update dev_setup.md 1 year ago
Adam Treat 999ed1b560 Add a page to fill in for setting up a dev environment. 1 year ago
Adam Treat 80bd55590f Shorten text. 1 year ago
Adam Treat 42926a484f Couple of bugfixes. 1 year ago
Adam Treat 2206fa7f8c Provide a user default model setting and honor it. 1 year ago
Adam Treat 069c243f1a 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 a13dcfb13b Move this script and rename. 1 year ago
Adam Treat 9c008fb677 Simplify. 1 year ago
Adam Treat 53a39b9ecf Don't keep this in memory when it is not needed. 1 year ago
Adam Treat 5f372bd881 Gracefully handle when we have a previous chat where the model that it used has gone away. 1 year ago
Adam Treat 8b80345c98 Copy pasta. 1 year ago
Adam Treat af4a67c109 Fix for special im_end token in mpt-7b-chat model. 1 year ago
Adam Treat d3ec333314 Allow these to load for gptj too. 1 year ago
Aaron Miller 5002614b20 mpt: allow q4_2 quantized models to load 1 year ago
Aaron Miller 832720dd27 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 8c4b8f215f 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 ccbd16cf18 Fix the version. 1 year ago
Adam Treat a549871220 Remove as upstream has removed. 1 year ago
Adam Treat dfe85386b5 This shouldn't have snuck in. 1 year ago
Adam Treat 992e553cfa Update to the alibi version that Zach made. 1 year ago
Adam Treat 98aedd2173 Match Helly's impl of kv cache. 1 year ago
Adam Treat eb77d5157b Use F16 for kv cache on mpt. 1 year ago