Commit Graph

57 Commits (ad2cb91d5a3c2c107c8870f290e3819057b5cda3)

Author SHA1 Message Date
Aaron Miller af83056a4f put chat.exe in 'bin' folder of build tree
because this is also in llama.cpp's CMakeLists:
https://github.com/ggerganov/llama.cpp/blob/master/CMakeLists.txt#L11
this is where libllama.dll winds up, causing attempts to run the chat UI
from Qt Creator on Windows to fail due to not finding libllama.dll - I've been
working around this by copying libllama.dll *out* of bin/ but have been
bitten a few times by forgetting to keep doing that and the build getting
out of sync.
1 year ago
Adam Treat 43eef81ca8 New startup dialog features. 1 year ago
Adam Treat fbce5f2078 Unnecessary after all. 1 year ago
Adam Treat aadeb47026 Put this before. 1 year ago
Adam Treat 8f913c382c Signing ident. 1 year ago
Adam Treat 74c611b49a Add back option. 1 year ago
Adam Treat 3c9139b5d2 Move the backend code into own subdirectory and make it a shared library. Begin fleshing out the C api wrapper that bindings can use. 1 year ago
Aaron Miller cd03c5b7d5 Add QuickDialogs2 to CMake component list 1 year ago
Adam Treat c9888a285e Force avx2 off if avx_only is checked. 1 year ago
Adam Treat f456756ba8 Make clear this is optional and bump the version. 1 year ago
Adam Treat e6a8681dbe Always download to a local directory outside of the binary directory otherwise
models will be deleted when updates occur. Update version.
1 year ago
Adam Treat e1159cd997 Make it easier to test and build installers for localhost and avx only. 1 year ago
Adam Treat 76e5b85128 Try again with macOS icon. 1 year ago
Adam Treat 57276d3520 See if we can get the icon for macOS associated with bundle. 1 year ago
Adam Treat e974b41b2b Change this back on linux/windows. 1 year ago
Adam Treat cd352b958d Working on macos now. 1 year ago
Adam Treat 1d37ebc826 Change name of exe. 1 year ago
Adam Treat f8dc47e796 Need a subdir. 1 year ago
Adam Treat 134b4dd286 macOS specific cmake changes experiment. 1 year ago
Adam Treat 93f54742b9 Small fixes. 1 year ago
Adam Treat e06cff8b48 Consolidate all colors to a central theme object. 1 year ago
Adam Treat c366fc8054 Move the popup dialog into own file and disable network for now. 1 year ago
Adam Treat 889d7d8563 Move settings dialog into own file. 1 year ago
Adam Treat 1f65e381ee New thumbs up/down support for gpt4all-datalake. 1 year ago
Adam Treat cca2a88e47 Getting ready for next update. 1 year ago
Adam Treat bec8072fe1 Fix logic. 1 year ago
eachadea 116f740fb5 Don't build test_hw on apple silicon 1 year ago
Adam Treat 14831cd1c0 Add a small program that tests hardware. 1 year ago
eachadea b09ca009c5 Don't build a universal binary
unless -DBUILD_UNIVERSAL=ON
1 year ago
Adam Treat 55084333a9 Add llama.cpp support for loading llama based models in the gui. We now
support loading both gptj derived models and llama derived models.
1 year ago
Adam Treat e6cb6a2ae3 Add a new model download feature. 1 year ago
Adam Treat bbf838354e Don't add version number to the installer or the install location. 1 year ago
Adam Treat 9f4e3cb7f4 Bump the version for the context bug fix. 1 year ago
Adam Treat 42fb215f61 Bump version to 2.1 as this has been referred to far and wide as
GPT4All v2 so doing this to decrease confusion. Also, making the version
number visible in the title bar.
1 year ago
Adam Treat 1dcd4dce58 Update the bundled model name. 1 year ago
Adam Treat 7ea548736b New version. 1 year ago
Aaron Miller be0375e32d add settings icon 1 year ago
TheBloke 2c64c8972d Remove Qt dir 1 year ago
TheBloke ccde3f8111 Remove test debug lines 1 year ago
TheBloke a8a6b8ae30 Add support for building a Universal binary on macOS 1 year ago
Adam Treat 9de185488c Add an abstraction around gpt-j that will allow other arch models to be loaded in ui. 1 year ago
Adam Treat de1c63a00d Install the new icons. 1 year ago
Adam Treat 42ccc7647b Versioning. 1 year ago
Adam Treat 211ac208f0 A few tweaks to better handle versioning. 1 year ago
Adam Treat 455058e3de Fix paths on linux/windows desktop shortcut and add comments about future codesign. 1 year ago
Adam Treat a5ed84f657 Desktop logos/shortcuts. 1 year ago
Adam Treat 7aae776cec Fix name of script. 1 year ago
Adam Treat 4492c4ef9a Add icons/logos and install script for desktop/shortcuts. 1 year ago
Adam Treat be675ae66f Change installer repos. 1 year ago
Adam Treat fb8eb8233f Add a desktop link in installer. 1 year ago