LocalAI/core/http/auth
Ettore Di Giacinto d9c1db2b87
feat: add (experimental) fine-tuning support with TRL (#9088)
* feat: add fine-tuning endpoint

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* feat(experimental): add fine-tuning endpoint and TRL support

This changeset defines new GRPC signatues for Fine tuning backends, and
add TRL backend as initial fine-tuning engine. This implementation also
supports exporting to GGUF and automatically importing it to LocalAI
after fine-tuning.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* commit TRL backend, stop by killing process

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* move fine-tune to generic features

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* add evals, reorder menu

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Fix tests

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-03-21 02:08:02 +01:00
..
apikeys.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
apikeys_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
auth_suite_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
db.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
db_nosqlite.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
db_sqlite.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
db_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
features.go feat: add (experimental) fine-tuning support with TRL (#9088) 2026-03-21 02:08:02 +01:00
helpers_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
middleware.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
middleware_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
models.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
oauth.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
password.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
permissions.go feat: add (experimental) fine-tuning support with TRL (#9088) 2026-03-21 02:08:02 +01:00
roles.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
roles_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
session.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
session_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
usage.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00
usage_test.go feat: add users and authentication support (#9061) 2026-03-19 21:40:51 +01:00