Commit Graph

551 Commits

Author SHA1 Message Date
Alex O'Connell
7a649546ff fix multiprocessing error 2024-05-02 22:56:45 -04:00
Alex O'Connell
4b9f9ed2fa properly validate install if we are re-installing 2024-05-02 22:46:59 -04:00
Alex O'Connell
0676c8f41a better messaging on timeout 2024-05-02 22:34:43 -04:00
Alex O'Connell
70e1fe3946 Merge branch 'main' into develop 2024-05-02 21:59:34 -04:00
Alex O'Connell
3e30ac9378 fix manifest v0.2.14 2024-05-02 21:59:18 -04:00
Alex O'Connell
9ed95dd987 Merge pull request #132 from acon96/release/v0.2.14
Release v0.2.14
2024-05-02 21:55:06 -04:00
Alex O'Connell
875547d2e2 Release v0.2.14 2024-05-02 21:53:14 -04:00
Alex O'Connell
1cbba9e0d0 fix detection logic 2024-05-02 21:45:53 -04:00
Alex O'Connell
6e849f19bb avoid crashing home assistant if possible 2024-05-02 21:20:13 -04:00
Alex O'Connell
a422b2c719 detect all required features for default build + disable f16c on noavx build 2024-05-02 20:52:14 -04:00
Alex O'Connell
465f6b12f6 Merge branch 'main' into develop 2024-05-02 20:46:57 -04:00
Alex O'Connell
f301e5cf45 fix avx2 detection 2024-04-25 20:23:23 -04:00
Alex O'Connell
4458348302 support evaluating models from HF with ICL 2024-04-25 00:20:50 -04:00
Alex O'Connell
e6527e81b9 Merge branch 'main' into develop 2024-04-24 21:44:25 -04:00
Alex O'Connell
bcb10adc4b disable armhf builds for now v0.2.13 2024-04-24 21:42:54 -04:00
Alex O'Connell
d6b1aa0357 Merge pull request #127 from acon96/release/v0.2.13
Release v0.2.13
2024-04-24 21:33:12 -04:00
Alex O'Connell
d3f0ebd1cb remove languages bit for now 2024-04-24 21:30:25 -04:00
Alex O'Connell
27d64f4c87 default to noavx if you can't detect cpu features 2024-04-24 21:28:32 -04:00
Alex O'Connell
8d6116d4c3 bump version numbers 2024-04-24 21:25:27 -04:00
Alex O'Connell
de1cbcee83 add release notes 2024-04-24 21:23:28 -04:00
Alex O'Connell
92058d0694 manually set model language, zephyr2 prompt format , upgrading llama-cpp-python 2024-04-24 21:00:54 -04:00
Alex O'Connell
03c23f1a8c local translation + training update 2024-04-24 19:01:05 -04:00
Alex O'Connell
077ae64337 Readme updates for new model 2024-04-24 19:00:31 -04:00
Alex O'Connell
e242ca0899 don't expose all scripts at once 2024-04-24 19:00:31 -04:00
Alex O'Connell
dd8a9f706c missing number 2024-04-24 19:00:31 -04:00
Ryan Voots
eafb26267b Correct the DeviceType for todo (#121) 2024-04-24 21:37:32 +00:00
Alex O'Connell
435cbfed21 add llama 3 to list of supported models 2024-04-21 23:47:55 -04:00
Alex O'Connell
573207f7ff explicit model match + fix llama 3 2024-04-21 23:42:32 -04:00
Alex O'Connell
adae87addd training fixes, default values + other fixes 2024-04-21 23:40:28 -04:00
Alex O'Connell
4ed5b08323 make evaluate check for extra service calls 2024-04-21 22:35:32 -04:00
Alex O'Connell
3cd9aaf5d7 working dpo + llama 3 training 2024-04-21 20:55:13 -04:00
Alex O'Connell
b186f7fe37 add eval results 2024-04-21 20:55:13 -04:00
Alex O'Connell
bdda97eb45 add date to system prompt + per language and words 2024-04-21 20:48:44 -04:00
Alex O'Connell
3326bd7d6e handle other languages in component 2024-04-21 20:38:46 -04:00
Alex O'Connell
33a6cd96ed handle failure to create models directory 2024-04-16 21:17:22 -04:00
Alex O'Connell
556edc19a7 download the correct wheel based on cpuinfo 2024-04-16 21:14:05 -04:00
Alex O'Connell
e86d7153f8 build wheels for avx512 and non avx 2024-04-16 21:14:05 -04:00
Alex O'Connell
d82b6996b0 fix training script 2024-04-16 21:14:05 -04:00
Joel Nod
2eaf1a9283 Update Setup.md for sandboxed users (#116) 2024-04-16 22:14:44 +00:00
Alex O'Connell
74d2c290fd typo in error handler 2024-04-15 22:42:31 -04:00
Alex O'Connell
d44ba86d4b remove bad import 2024-04-15 22:19:33 -04:00
Alex O'Connell
1ff12f9fb6 fix fsdp saves 2024-04-15 20:57:48 -04:00
Alex O'Connell
644a326c0f add mfu callback 2024-04-15 17:39:41 -04:00
Alex O'Connell
b41742b9fb more eval fixes + tinyllama tests 2024-04-15 17:39:41 -04:00
Alex O'Connell
90ca37c6ed start working on dpo trainer + add s3 upload callback 2024-04-15 17:39:41 -04:00
Isabella Nightshade
aaa3ac0cf8 Fix bug in Chat Completions API (#114) 2024-04-14 22:36:23 +00:00
Alex O'Connell
8073e79c68 bump addon snapshot to fix downloading bug 2024-04-14 18:35:46 -04:00
Alex O'Connell
8144267e69 fix templated action quotes + add fsdp config 2024-04-14 18:08:11 -04:00
Alex O'Connell
2e92adbd9e fixes for multi-gpu training 2024-04-14 16:43:42 -04:00
Alex O'Connell
f5bab7b119 better dpo parameters 2024-04-14 15:42:51 -04:00