Adam Treat
312f1dc354
Fix icons and try to make macOS experience happier.
2023-04-28 21:19:12 -04:00
Aaron Miller
3db5337ed5
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.
2023-04-28 20:45:02 -04:00
Adam Treat
812431f78d
New startup dialog features.
2023-04-28 11:03:16 -04:00
Adam Treat
562906da11
Unnecessary after all.
2023-04-26 18:35:53 -04:00
Adam Treat
c409dbfa7a
Put this before.
2023-04-26 13:54:25 -04:00
Adam Treat
65f15acc41
Signing ident.
2023-04-26 13:33:33 -04:00
Adam Treat
76a32c2fcd
Add back option.
2023-04-26 11:02:05 -04:00
Adam Treat
4b47478626
Move the backend code into own subdirectory and make it a shared library. Begin fleshing out the C api wrapper that bindings can use.
2023-04-26 08:22:38 -04:00
Aaron Miller
9031ba8d67
Add QuickDialogs2 to CMake component list
2023-04-25 16:24:55 -04:00
Adam Treat
fdecc7a60e
Force avx2 off if avx_only is checked.
2023-04-24 17:44:57 -04:00
Adam Treat
13c71bfa4a
Make clear this is optional and bump the version.
2023-04-24 13:40:10 -04:00
Adam Treat
2a8b126920
Always download to a local directory outside of the binary directory otherwise
...
models will be deleted when updates occur. Update version.
2023-04-24 11:31:41 -04:00
Adam Treat
0ee8bf4a2e
Make it easier to test and build installers for localhost and avx only.
2023-04-24 01:08:13 -04:00
Adam Treat
969395041d
Try again with macOS icon.
2023-04-24 00:44:02 -04:00
Adam Treat
1a43c10c24
See if we can get the icon for macOS associated with bundle.
2023-04-24 00:33:57 -04:00
Adam Treat
e90373d27d
Change this back on linux/windows.
2023-04-23 23:42:55 -04:00
Adam Treat
d2b26c74b2
Working on macos now.
2023-04-23 23:38:12 -04:00
Adam Treat
fe3a44092e
Change name of exe.
2023-04-23 22:57:37 -04:00
Adam Treat
840a3dd93c
Need a subdir.
2023-04-23 22:48:27 -04:00
Adam Treat
756a830139
macOS specific cmake changes experiment.
2023-04-23 22:43:30 -04:00
Adam Treat
b150e199b3
Small fixes.
2023-04-23 22:05:24 -04:00
Adam Treat
2e6baace9d
Consolidate all colors to a central theme object.
2023-04-23 09:42:35 -04:00
Adam Treat
42eec8b64c
Move the popup dialog into own file and disable network for now.
2023-04-23 07:05:43 -04:00
Adam Treat
42e8f3faec
Move settings dialog into own file.
2023-04-23 06:58:07 -04:00
Adam Treat
b8fcd406dc
New thumbs up/down support for gpt4all-datalake.
2023-04-22 22:09:14 -04:00
Adam Treat
10ebbafc22
Getting ready for next update.
2023-04-21 23:23:57 -04:00
Adam Treat
3578693a43
Fix logic.
2023-04-21 13:46:50 -04:00
eachadea
91ec6f1a9d
Don't build test_hw on apple silicon
2023-04-21 11:25:03 -04:00
Adam Treat
89f455a1a6
Add a small program that tests hardware.
2023-04-20 19:34:56 -04:00
eachadea
b36e235112
Don't build a universal binary
...
unless -DBUILD_UNIVERSAL=ON
2023-04-20 06:37:54 -04:00
Adam Treat
71b308e914
Add llama.cpp support for loading llama based models in the gui. We now
...
support loading both gptj derived models and llama derived models.
2023-04-20 06:19:09 -04:00
Adam Treat
169afbdc80
Add a new model download feature.
2023-04-18 21:10:06 -04:00
Adam Treat
74757d4d1b
Don't add version number to the installer or the install location.
2023-04-17 15:59:14 -04:00
Adam Treat
cf27c3b1a7
Bump the version for the context bug fix.
2023-04-17 15:37:24 -04:00
Adam Treat
29990fd27b
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.
2023-04-17 07:50:39 -04:00
Adam Treat
c924acffa7
Update the bundled model name.
2023-04-16 22:10:26 -04:00
Adam Treat
cbf44d61b0
New version.
2023-04-16 19:20:43 -04:00
Aaron Miller
f89a1f6ef5
add settings icon
2023-04-16 11:16:30 -04:00
TheBloke
65c3315bda
Remove Qt dir
2023-04-14 17:33:54 +01:00
TheBloke
35ed43b2c2
Remove test debug lines
2023-04-14 17:28:44 +01:00
TheBloke
9fbaeaaeb6
Add support for building a Universal binary on macOS
2023-04-14 17:19:03 +01:00
Adam Treat
a9eced2d1e
Add an abstraction around gpt-j that will allow other arch models to be loaded in ui.
2023-04-13 22:15:40 -04:00
Adam Treat
2cef816b3c
Install the new icons.
2023-04-13 06:49:47 -04:00
Adam Treat
252f696ee7
Versioning.
2023-04-13 05:49:00 -04:00
Adam Treat
868482d810
A few tweaks to better handle versioning.
2023-04-13 04:59:48 -04:00
Adam Treat
2fa909f792
Fix paths on linux/windows desktop shortcut and add comments about future codesign.
2023-04-13 04:48:42 -04:00
Adam Treat
f998d678e6
Desktop logos/shortcuts.
2023-04-12 22:12:01 -04:00
Adam Treat
cbe007bb0d
Fix name of script.
2023-04-12 16:42:17 -04:00
Adam Treat
1177f46990
Add icons/logos and install script for desktop/shortcuts.
2023-04-12 15:31:32 -04:00
Adam Treat
8fd0ed1a8e
Change installer repos.
2023-04-11 14:36:50 -04:00