LocalAI/core/cli
Ettore Di Giacinto f569237a50
feat(oci): support OCI images and Ollama models (#2628)
* Support specifying oci:// and ollama:// for model URLs

Fixes: https://github.com/mudler/LocalAI/issues/2527
Fixes: https://github.com/mudler/LocalAI/issues/1028

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

* Lower watcher warnings

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

* Allow to install ollama models from CLI

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

* fixup tests

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

* Do not keep file ownership

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

* Skip test on darwin

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

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2024-06-22 08:17:41 +02:00
..
context feat(llama.cpp): Totally decentralized, private, distributed, p2p inference (#2343) 2024-05-20 19:17:59 +02:00
worker feat(llama.cpp): Totally decentralized, private, distributed, p2p inference (#2343) 2024-05-20 19:17:59 +02:00
cli.go feat(util): add util command to print GGUF informations (#2528) 2024-06-09 19:27:42 +02:00
models.go feat(oci): support OCI images and Ollama models (#2628) 2024-06-22 08:17:41 +02:00
run.go feat(libpath): refactor and expose functions for external library paths (#2578) 2024-06-16 13:58:28 +02:00
transcript.go feat(llama.cpp): guess model defaults from file (#2522) 2024-06-08 22:13:02 +02:00
tts.go TTS API improvements (#2308) 2024-06-01 18:26:27 +00:00
util.go feat(detection): detect by template in gguf file, add qwen2, phi, mistral and chatml (#2536) 2024-06-10 22:58:04 +02:00