LocalAI/core
Igor B. Poretsky ab022172a9
chore: switch from /usr/share to /var/lib for data storage (#7361)
* More appropriate place for data storing

The /usr/share subtree in Linux is used for data that generally are not
supposed to change. Conventional places for changeable data are usually
located under /var, so /var/lib seems to be a reasonable default here.

* Data paths consistency fix

* Directory name consistency fix
2025-11-27 09:18:28 +01:00
..
application feat(ui): runtime settings (#7320) 2025-11-20 22:37:20 +01:00
backend feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
cli chore: switch from /usr/share to /var/lib for data storage (#7361) 2025-11-27 09:18:28 +01:00
clients feat(store): add Golang client (#1977) 2024-04-16 15:54:14 +02:00
config feat(ui): runtime settings (#7320) 2025-11-20 22:37:20 +01:00
dependencies_manager fix: be consistent in downloading files, check for scanner errors (#3108) 2024-08-02 20:06:25 +02:00
explorer feat(p2p): automatically sync installed models between instances (#6108) 2025-08-19 19:37:46 +02:00
gallery feat(importers): Add diffuser backend importer with ginkgo tests and UI support (#7316) 2025-11-20 22:38:30 +01:00
http feat(inpainting): add inpainting endpoint, wire ImageGenerationFunc and return generated image URL (#7328) 2025-11-24 21:13:54 +01:00
p2p feat(ui): runtime settings (#7320) 2025-11-20 22:37:20 +01:00
schema fix(reranker): tests and top_n check fix #7212 (#7284) 2025-11-16 17:53:23 +01:00
services feat(importer): unify importing code with CLI (#7299) 2025-11-19 20:52:11 +01:00
startup feat(importer): unify importing code with CLI (#7299) 2025-11-19 20:52:11 +01:00
templates feat(llama.cpp): consolidate options and respect tokenizer template when enabled (#7120) 2025-11-07 21:23:50 +01:00