From b181503c30527544c3223bc9eaf16a9248f9cf84 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 8 Dec 2023 16:06:24 +0100 Subject: [PATCH] docs: update v2.0.0 notes Signed-off-by: Ettore Di Giacinto --- docs/content/news/_index.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/news/_index.en.md b/docs/content/news/_index.en.md index b9c2170b..2679fe3d 100644 --- a/docs/content/news/_index.en.md +++ b/docs/content/news/_index.en.md @@ -23,6 +23,7 @@ New: - Watchdog for backends ( {{< pr "1341" >}}). As https://github.com/ggerganov/llama.cpp/issues/3969 is hitting LocalAI's llama-cpp implementation, we have now a watchdog that can be used to make sure backends are not stalling. This is a generic mechanism that can be enabled for all the backends now. - Whisper.cpp updates ( {{< pr "1302" >}} ) - Petals backend ( {{< pr "1350" >}} ) +- Full LLM fine-tuning example to use with LocalAI: https://localai.io/advanced/fine-tuning/ Due to the python dependencies size of images grew in size. If you still want to use smaller images without python dependencies, you can use the corresponding images tags ending with `-core`.