Commit Graph

753 Commits (5cbf4f28e843a366c0180e619a25d8f3591a67ae)
 

Author SHA1 Message Date
Zach Nussbaum f8f248c18a chore: import for mpt 1 year ago
Zach Nussbaum e3f17c8e82 feat: mpt convert from hf to ggml 1 year ago
Zach Nussbaum 285e57ca68 feat: build works + tokenizer 1 year ago
Zach Nussbaum 199a585ad1 feat: add ln 2, rename vars 1 year ago
Zach Nussbaum 21f2aa4911 feat: mpt wip 1 year ago
Adam Treat a066cba17d Scaffolding for the mpt <-> ggml project. 1 year ago
Adam Treat da5b057041 Only generate three words max. 1 year ago
Adam Treat 2b76fa6b20 Restore defaults for repeat penalty too. 1 year ago
Adam Treat ee016e10ab Send info on how many are running into this error. 1 year ago
Adam Treat e0c9d7f8e0 Fail early/gracefully if incompatible hardware detected. And default to universal builds on mac. 1 year ago
Adam Treat 4bcc88b051 Convert the old format properly. 1 year ago
Adam Treat fb464bb60e Add debug for chatllm model loading and fix order of getting rid of the
dummy chat when no models are restored.
1 year ago
Adam Treat 3a039c8dc1 Deserialize one at a time and don't block gui until all of them are done. 1 year ago
Adam Treat fc8c158fac Use last lts for this. 1 year ago
Adam Treat 280ad04c63 The GUI should come up immediately and not wait on deserializing from disk. 1 year ago
Adam Treat ec7ea8a550 Move the location of the chat files to the model download directory and add a magic+version. 1 year ago
Aaron Miller 516a7ffa23 add name to LICENSE 1 year ago
Adam Treat eb294d5623 Bump the version and save up to an order of magnitude of disk space for chat files. 1 year ago
Adam Treat 6ba0a1b693 Turn off saving chats to disk by default as it eats so much disk space. 1 year ago
Adam Treat ba76cecbdf Bump the version. 1 year ago
Adam Treat b7b2ff8bab Add reverse prompt support for gptj too. 1 year ago
Adam Treat c2a81e5692 Add about dialog. 1 year ago
Adam Treat cd83723ed7 Persistent state for gpt-j models too. 1 year ago
Adam Treat a548448fcf Don't crash if state has not been set. 1 year ago
Richard Guo 561acf81d7 Update monorepo_plan.md 1 year ago
Aaron Miller 56e9fd7e63 include <cstdint> in llmodel.h 1 year ago
Adam Treat 01e582f15b First attempt at providing a persistent chat list experience.
Limitations:

1) Context is not restored for gpt-j models
2) When you switch between different model types in an existing chat
   the context and all the conversation is lost
3) The settings are not chat or conversation specific
4) The sizes of the chat persisted files are very large due to how much
   data the llama.cpp backend tries to persist. Need to investigate how
   we can shrink this.
1 year ago
Adam Treat 02c9bb4ac7 Restore the model when switching chats. 1 year ago
Adam Treat 078675386f Experiment with a much shorter default prompt template. 1 year ago
Adam Treat 97ec9074e5 Add reverse prompts for llama models. 1 year ago
Adam Treat fec5093351 Don't exceed the window size for dialogs. 1 year ago
Adam Treat 005898b1bc Changes the datalake feature so all conversations are captured when opted-in. 1 year ago
Aaron Miller f487118007 download: make model downloads resumable
* save files as `incomplete-{filename}` in the dest folder
* rename into place after hash is confirmed or delete if hash is bad
* resume downloads using http `range`
* if DL is resumed from a different app session rewind a bit -
  this is to deal with the case where the file size changes before
  the content is fully flushed out
* flush dest file at end of readyRead, this mitigates the above
  and provides backpressure on the download if the destination disk
  is slower than the network connection
1 year ago
Adam Treat db094c5b92 More extensive usage stats to help diagnose errors and problems in the ui. 1 year ago
Adam Treat f8c3ae6cc7 Some more startup info to help determine what hardware we need to support. 1 year ago
Adam Treat a7c02a52ca Don't block the GUI when reloading via combobox. 1 year ago
Adam Treat 745a8c3ac5 Provide a confirm button for deletion of chats. 1 year ago
Adam Treat 60acc18625 Use different border colors if we're current or being edited. 1 year ago
Adam Treat 6a905d38d9 Update the right index when removing. 1 year ago
Adam Treat c217b7538a Generate names via llm. 1 year ago
Zach Nussbaum d1ec122079 Merge pull request #472 from berkantay/main
Update README.md
1 year ago
Adam Treat 1e6e682156 Always have a chat. 1 year ago
Adam Treat c3d923cdc7 Don't add new chats willy nilly. 1 year ago
Adam Treat 548e68ee0c Allow removing chats. 1 year ago
Adam Treat d91dd567e2 Hot swapping of conversations. Destroys context for now. 1 year ago
Adam Treat 925ad70833 Turn the chat list into a model. 1 year ago
Richard Guo 424b680b42 rough draft of monorepo plan 1 year ago
Richard Guo 6304f6d322 mono repo structure 1 year ago
Adam Treat 463c1474dc Provide convenience methods for adding/removing/changing chat. 1 year ago
Adam Treat 1b1c3f6333 Break out the drawer into own component. 1 year ago