LocalAI/core/backend
Ettore Di Giacinto 031a36c995
feat: inferencing default, automatic tool parsing fallback and wire min_p (#9092)
* feat: wire min_p

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

* feat: inferencing defaults

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

* chore(refactor): re-use iterative parser

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

* chore: generate automatically inference defaults from unsloth

Instead of trying to re-invent the wheel and maintain here the inference
defaults, prefer to consume unsloth ones, and contribute there as
necessary.

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

* chore: apply defaults also to models installed via gallery

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

* chore: be consistent and apply fallback to all endpoint

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

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-03-22 00:57:15 +01:00
..
backend_suite_test.go feat: extract output with regexes from LLMs (#3491) 2024-09-13 13:27:36 +02:00
detection.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
embeddings.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
image.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
llm.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
llm_test.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
options.go feat: inferencing default, automatic tool parsing fallback and wire min_p (#9092) 2026-03-22 00:57:15 +01:00
rerank.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
soundgeneration.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
stores.go feat: refactor build process, drop embedded backends (#5875) 2025-07-22 16:31:04 +02:00
token_metrics.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
tokenize.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
transcript.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
tts.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
vad.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00
video.go feat(ui): Per model backend logs and various fixes (#9028) 2026-03-18 08:31:26 +01:00