LocalAI/core/cli
Ettore Di Giacinto 21bdfe5fa4
fix: use rice when embedding large binaries (#5309)
* fix(embed): use go-rice for large backend assets

Golang embed FS has a hard limit that we might exceed when providing
many binary alternatives.

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

* simplify golang deps

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

* chore(tests): switch to testcontainers and print logs

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

* fix(tests): do not build a test binary

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

* small fixup

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

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-05-04 16:42:42 +02:00
..
api chore(p2p): single-node when sharing federated instance (#3354) 2024-08-21 18:23:42 +02:00
context fix: use rice when embedding large binaries (#5309) 2025-05-04 16:42:42 +02:00
worker fix(p2p): parse correctly ExtraLLamaCPPArgs (#4220) 2024-11-21 15:17:48 +01:00
cli.go feat: elevenlabs sound-generation api (#3355) 2024-08-24 00:20:28 +00:00
explorer.go feat(explorer): make possible to run sync in a separate process (#3224) 2024-08-12 19:25:44 +02:00
federated.go feat(federated): allow to pickup a specific worker, improve loadbalancing (#3243) 2024-08-13 16:17:18 +02:00
models.go chore: drop embedded models (#4715) 2025-01-30 00:03:01 +01:00
run.go docs: update docs for DisableWebUI flag (#5256) 2025-04-27 16:02:02 +02:00
soundgeneration.go feat(video-gen): add endpoint for video generation (#5247) 2025-04-26 18:05:01 +02:00
transcript.go feat(loader): enhance single active backend by treating as singleton (#5107) 2025-04-01 20:58:11 +02:00
tts.go feat(video-gen): add endpoint for video generation (#5247) 2025-04-26 18:05:01 +02:00
util.go feat(llama.cpp): estimate vram usage (#5299) 2025-05-02 17:40:26 +02:00