Commit Graph

1275 Commits (ae8eb297ac51d9e6336a7e23549ca9ae69264dcd)
 

Author SHA1 Message Date
Adam Treat ae8eb297ac Add sbert backend. 1 year ago
Adam Treat 1f749d7633 Clean up backend code a bit and hide impl. details. 1 year ago
Adam Treat 33557b1f39 Move the implementation out of llmodel class. 1 year ago
Adam Treat 64b409e0b8 keep trying 1 year ago
Adam Treat e59946f05d try again to unbreak circleci 1 year ago
Adam Treat b72b409d40 try again to unbreak circlci 1 year ago
Adam Treat 59cae1132c Try and unbreak circleci. 1 year ago
Adam Treat a0dae86a95 Add bert to models.json 1 year ago
AT 18ca8901f0
Update README.md
Signed-off-by: AT <manyoso@users.noreply.github.com>
1 year ago
cosmic-snow 00a945eaee Update gpt4all_faq.md
- Add information about AVX/AVX2.
- Update supported architectures.

Signed-off-by: cosmic-snow <134004613+cosmic-snow@users.noreply.github.com>
1 year ago
Zach Nussbaum 6c4f449b7a
fix: update train scripts and configs for other models (#1164)
* feat: falcon config

* feat: mpt config

* chore: gitignore

* refactor: step calculation

* fix: attention mask + shuffle on epoch end

* fix: return tensors

* fix: wait for everyone

* chore: config

* chore: ds config

* fix: remove ccols

* fix: logging and saving

* chore: add einops
1 year ago
Adam Treat e8b19b8e82 Bump version to 2.4.14 and provide release notes. 1 year ago
Adam Treat 8eb0844277 Check if the trimmed version is empty. 1 year ago
Adam Treat be395c12cc Make all system prompts empty by default if model does not include in training data. 1 year ago
Aaron Miller 6a8fa27c8d Correctly find models in subdirs of model dir
QDirIterator doesn't seem particular subdir aware, its path() returns
the iterated dir. This was the simplest way I found to get this right.
1 year ago
Adam Treat 8893db5896 Add wizard model and rename orca to be more specific. 1 year ago
Adam Treat 60627bd41f Prefer 7b models in order of default model load. 1 year ago
Aaron Miller 5df4f1bf8c codespell 1 year ago
Aaron Miller 10ca2c4475 center the spinner 1 year ago
Adam Treat e9897518d1 Show busy if models.json download taking longer than expected. 1 year ago
Aaron Miller 432b7ebbd7 include windows.h just to be safe 1 year ago
Aaron Miller 95b8fb312e windows/msvc: use high level processor feature detection API
see https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent
1 year ago
Aaron Miller ad0e7fd01f chatgpt: ensure no extra newline in header 1 year ago
Aaron Miller f0faa23ad5
cmakelists: always export build commands (#1179)
friendly for using editors with clangd integration that don't also
manage the build themselves
1 year ago
Adam Treat 0d726b22b8 When we explicitly cancel an operation we shouldn't throw an error. 1 year ago
Adam Treat 13b2d47be5 Provide an error dialog if for any reason we can't access the settings file. 1 year ago
Adam Treat e9d42fba35 Don't show first start more than once. 1 year ago
mvenditto 8a31239e90 bump version 1 year ago
mvenditto b96b6ef38f pack metal files nuget 1 year ago
mvenditto 7efb43c2e4 copy metal kernels on macos builds 1 year ago
mvenditto 991b7468c9 fix native lib loader tests 1 year ago
mvenditto 4d0201ac33 copy metal kernels for macos 1 year ago
mvenditto c92c1af697 nuget pack and push 1 year ago
mvenditto f3b6f49684 fix workspace symlinks on unix, fix persist_workspace on windows and macos runtimes dir 1 year ago
mvenditto 2927d11a28 fix 1 year ago
mvenditto 620ccda696 try fix 1 year ago
mvenditto cac18c273e More experiments 1 year ago
mvenditto 4a99e6662a fix csharp jobs deps 1 year ago
mvenditto 380bbcf18f fix cmakelist path 1 year ago
mvenditto 0277e8400a debug ls 1 year ago
mvenditto 9eb50cc115 refine runtimes persist + c# linux build 1 year ago
mvenditto 4b7b9975c5 add lib loading tests + remove dummy test 1 year ago
mvenditto 6d9575e103 copy only needed mingw dlls 1 year ago
mvenditto 113c25e4de fix win mingw dll path 1 year ago
mvenditto d107cccf18 msvc dll path fix 1 year ago
mvenditto 51928cd6c3 fix msvc putting file in target dir 1 year ago
mvenditto 99ca80cf1a change build-bindings-backend when condition 1 year ago
mvenditto 289c96cdf8 remove bad cp 1 year ago
mvenditto f4a0fc6cef add holds 1 year ago
mvenditto ddd087dadb fix wrong cmake arg in macos job 1 year ago