This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | minor | `v2.11.0-cublas-cuda11-ffmpeg-core` -> `v2.12.1-cublas-cuda11-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | minor | `v2.11.0-cublas-cuda11-core` -> `v2.12.1-cublas-cuda11-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | minor | `v2.11.0-cublas-cuda12-ffmpeg-core` -> `v2.12.1-cublas-cuda12-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | minor | `v2.11.0-cublas-cuda12-core` -> `v2.12.1-cublas-cuda12-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | minor | `v2.11.0-ffmpeg-core` -> `v2.12.1-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | minor | `v2.11.0` -> `v2.12.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`v2.12.1`](https://togithub.com/mudler/LocalAI/releases/tag/v2.12.1) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.12.0...v2.12.1) I'm happy to announce the v2.12.1 LocalAI release is out! ##### 🌠 Landing page and Swagger Ever wondered what to do after LocalAI is up and running? Integration with a simple web interface has been started, and you can see now a landing page when hitting the LocalAI front page:  You can also now enjoy Swagger to try out the API calls directly:  ##### 🌈 AIO images changes Now the default model for CPU images is https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B-GGUF - pre-configured for functions and tools API support! If you are an Intel-GPU owner, the Intel profile for AIO images is now available too! ##### 🚀 OpenVINO and transformers enhancements Now there is support for OpenVINO and transformers got token streaming support now thanks to [@​fakezeta](https://togithub.com/fakezeta)! To try OpenVINO, you can use the example available in the documentation: https://localai.io/features/text-generation/#examples ##### 🎈 Lot of small improvements behind the scenes! Thanks for our outstanding community, we have enhanced several areas: - The build time of LocalAI was speed up significantly! thanks to [@​cryptk](https://togithub.com/cryptk) for the efforts in enhancing the build system - [@​thiner](https://togithub.com/thiner) worked hardly to get Vision support for AutoGPTQ - ... and much more! see down below for a full list, be sure to star LocalAI and give it a try! ##### 📣 Spread the word! First off, a massive thank you (again!) to each and every one of you who've chipped in to squash bugs and suggest cool new features for LocalAI. Your help, kind words, and brilliant ideas are truly appreciated - more than words can say! And to those of you who've been heros, giving up your own time to help out fellow users on Discord and in our repo, you're absolutely amazing. We couldn't have asked for a better community. Just so you know, LocalAI doesn't have the luxury of big corporate sponsors behind it. It's all us, folks. So, if you've found value in what we're building together and want to keep the momentum going, consider showing your support. A little shoutout on your favorite social platforms using @​LocalAI_OSS and @​mudler_it or joining our sponsors can make a big difference. Also, if you haven't yet joined our Discord, come on over! Here's the link: https://discord.gg/uJAeKSAGDy Every bit of support, every mention, and every star adds up and helps us keep this ship sailing. Let's keep making LocalAI awesome together! Thanks a ton, and here's to more exciting times ahead with LocalAI! ##### What's Changed ##### Bug fixes 🐛 - fix: downgrade torch by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1902](https://togithub.com/mudler/LocalAI/pull/1902) - fix(aio): correctly detect intel systems by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1931](https://togithub.com/mudler/LocalAI/pull/1931) - fix(swagger): do not specify a host by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1930](https://togithub.com/mudler/LocalAI/pull/1930) - fix(tools): correctly render tools response in templates by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1932](https://togithub.com/mudler/LocalAI/pull/1932) - fix(grammar): respect JSONmode and grammar from user input by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1935](https://togithub.com/mudler/LocalAI/pull/1935) - fix(hermes-2-pro-mistral): add stopword for toolcall by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1939](https://togithub.com/mudler/LocalAI/pull/1939) - fix(functions): respect when selected from string by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1940](https://togithub.com/mudler/LocalAI/pull/1940) - fix: use exec in entrypoint scripts to fix signal handling by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1943](https://togithub.com/mudler/LocalAI/pull/1943) - fix(hermes-2-pro-mistral): correct stopwords by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1947](https://togithub.com/mudler/LocalAI/pull/1947) - fix(welcome): stable model list by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1949](https://togithub.com/mudler/LocalAI/pull/1949) - fix(ci): manually tag latest images by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1948](https://togithub.com/mudler/LocalAI/pull/1948) - fix(seed): generate random seed per-request if -1 is set by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1952](https://togithub.com/mudler/LocalAI/pull/1952) - fix regression [#​1971](https://togithub.com/mudler/LocalAI/issues/1971) by [@​fakezeta](https://togithub.com/fakezeta) in [https://github.com/mudler/LocalAI/pull/1972](https://togithub.com/mudler/LocalAI/pull/1972) ##### Exciting New Features 🎉 - feat(aio): add intel profile by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1901](https://togithub.com/mudler/LocalAI/pull/1901) - Enhance autogptq backend to support VL models by [@​thiner](https://togithub.com/thiner) in [https://github.com/mudler/LocalAI/pull/1860](https://togithub.com/mudler/LocalAI/pull/1860) - feat(assistant): Assistant and AssistantFiles api by [@​christ66](https://togithub.com/christ66) in [https://github.com/mudler/LocalAI/pull/1803](https://togithub.com/mudler/LocalAI/pull/1803) - feat: Openvino runtime for transformer backend and streaming support for Openvino and CUDA by [@​fakezeta](https://togithub.com/fakezeta) in [https://github.com/mudler/LocalAI/pull/1892](https://togithub.com/mudler/LocalAI/pull/1892) - feat: Token Stream support for Transformer, fix: missing package for OpenVINO by [@​fakezeta](https://togithub.com/fakezeta) in [https://github.com/mudler/LocalAI/pull/1908](https://togithub.com/mudler/LocalAI/pull/1908) - feat(welcome): add simple welcome page by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1912](https://togithub.com/mudler/LocalAI/pull/1912) - fix(build): better CI logging and correct some build failure modes in Makefile by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1899](https://togithub.com/mudler/LocalAI/pull/1899) - feat(webui): add partials, show backends associated to models by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1922](https://togithub.com/mudler/LocalAI/pull/1922) - feat(swagger): Add swagger API doc by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1926](https://togithub.com/mudler/LocalAI/pull/1926) - feat(build): adjust number of parallel make jobs by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1915](https://togithub.com/mudler/LocalAI/pull/1915) - feat(swagger): update by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1929](https://togithub.com/mudler/LocalAI/pull/1929) - feat: first pass at improving logging by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1956](https://togithub.com/mudler/LocalAI/pull/1956) - fix(llama.cpp): set better defaults for llama.cpp by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1961](https://togithub.com/mudler/LocalAI/pull/1961) ##### 📖 Documentation and examples - docs(aio-usage): update docs to show examples by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1921](https://togithub.com/mudler/LocalAI/pull/1921) ##### 👒 Dependencies - ⬆️ Update docs version mudler/LocalAI by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1903](https://togithub.com/mudler/LocalAI/pull/1903) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1904](https://togithub.com/mudler/LocalAI/pull/1904) - ⬆️ Update M0Rf30/go-tiny-dream by [@​M0Rf30](https://togithub.com/M0Rf30) in [https://github.com/mudler/LocalAI/pull/1911](https://togithub.com/mudler/LocalAI/pull/1911) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1913](https://togithub.com/mudler/LocalAI/pull/1913) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1914](https://togithub.com/mudler/LocalAI/pull/1914) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1923](https://togithub.com/mudler/LocalAI/pull/1923) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1924](https://togithub.com/mudler/LocalAI/pull/1924) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1928](https://togithub.com/mudler/LocalAI/pull/1928) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1933](https://togithub.com/mudler/LocalAI/pull/1933) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1934](https://togithub.com/mudler/LocalAI/pull/1934) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1937](https://togithub.com/mudler/LocalAI/pull/1937) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1941](https://togithub.com/mudler/LocalAI/pull/1941) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1953](https://togithub.com/mudler/LocalAI/pull/1953) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1958](https://togithub.com/mudler/LocalAI/pull/1958) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1959](https://togithub.com/mudler/LocalAI/pull/1959) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1964](https://togithub.com/mudler/LocalAI/pull/1964) ##### Other Changes - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1927](https://togithub.com/mudler/LocalAI/pull/1927) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1960](https://togithub.com/mudler/LocalAI/pull/1960) - fix(hermes-2-pro-mistral): correct dashes in template to suppress newlines by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1966](https://togithub.com/mudler/LocalAI/pull/1966) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1969](https://togithub.com/mudler/LocalAI/pull/1969) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1970](https://togithub.com/mudler/LocalAI/pull/1970) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1973](https://togithub.com/mudler/LocalAI/pull/1973) ##### New Contributors - [@​thiner](https://togithub.com/thiner) made their first contribution in [https://github.com/mudler/LocalAI/pull/1860](https://togithub.com/mudler/LocalAI/pull/1860) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.11.0...v2.12.1 ### [`v2.12.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.12.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.11.0...v2.12.0) I'm happy to announce the v2.12.0 LocalAI release is out! ##### 🌠 Landing page and Swagger Ever wondered what to do after LocalAI is up and running? Integration with a simple web interface has been started, and you can see now a landing page when hitting the LocalAI front page:  You can also now enjoy Swagger to try out the API calls directly:  ##### 🌈 AIO images changes Now the default model for CPU images is https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B-GGUF - pre-configured for functions and tools API support! If you are an Intel-GPU owner, the Intel profile for AIO images is now available too! ##### 🚀 OpenVINO and transformers enhancements Now there is support for OpenVINO and transformers got token streaming support now thanks to [@​fakezeta](https://togithub.com/fakezeta)! To try OpenVINO, you can use the example available in the documentation: https://localai.io/features/text-generation/#examples ##### 🎈 Lot of small improvements behind the scenes! Thanks for our outstanding community, we have enhanced several areas: - The build time of LocalAI was speed up significantly! thanks to [@​cryptk](https://togithub.com/cryptk) for the efforts in enhancing the build system - [@​thiner](https://togithub.com/thiner) worked hardly to get Vision support for AutoGPTQ - ... and much more! see down below for a full list, be sure to star LocalAI and give it a try! ##### 📣 Spread the word! First off, a massive thank you (again!) to each and every one of you who've chipped in to squash bugs and suggest cool new features for LocalAI. Your help, kind words, and brilliant ideas are truly appreciated - more than words can say! And to those of you who've been heros, giving up your own time to help out fellow users on Discord and in our repo, you're absolutely amazing. We couldn't have asked for a better community. Just so you know, LocalAI doesn't have the luxury of big corporate sponsors behind it. It's all us, folks. So, if you've found value in what we're building together and want to keep the momentum going, consider showing your support. A little shoutout on your favorite social platforms using @​LocalAI_OSS and @​mudler_it or joining our sponsors can make a big difference. Also, if you haven't yet joined our Discord, come on over! Here's the link: https://discord.gg/uJAeKSAGDy Every bit of support, every mention, and every star adds up and helps us keep this ship sailing. Let's keep making LocalAI awesome together! Thanks a ton, and here's to more exciting times ahead with LocalAI! ##### What's Changed ##### Bug fixes 🐛 - fix: downgrade torch by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1902](https://togithub.com/mudler/LocalAI/pull/1902) - fix(aio): correctly detect intel systems by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1931](https://togithub.com/mudler/LocalAI/pull/1931) - fix(swagger): do not specify a host by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1930](https://togithub.com/mudler/LocalAI/pull/1930) - fix(tools): correctly render tools response in templates by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1932](https://togithub.com/mudler/LocalAI/pull/1932) - fix(grammar): respect JSONmode and grammar from user input by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1935](https://togithub.com/mudler/LocalAI/pull/1935) - fix(hermes-2-pro-mistral): add stopword for toolcall by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1939](https://togithub.com/mudler/LocalAI/pull/1939) - fix(functions): respect when selected from string by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1940](https://togithub.com/mudler/LocalAI/pull/1940) - fix: use exec in entrypoint scripts to fix signal handling by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1943](https://togithub.com/mudler/LocalAI/pull/1943) - fix(hermes-2-pro-mistral): correct stopwords by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1947](https://togithub.com/mudler/LocalAI/pull/1947) - fix(welcome): stable model list by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1949](https://togithub.com/mudler/LocalAI/pull/1949) - fix(ci): manually tag latest images by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1948](https://togithub.com/mudler/LocalAI/pull/1948) - fix(seed): generate random seed per-request if -1 is set by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1952](https://togithub.com/mudler/LocalAI/pull/1952) - fix regression [#​1971](https://togithub.com/mudler/LocalAI/issues/1971) by [@​fakezeta](https://togithub.com/fakezeta) in [https://github.com/mudler/LocalAI/pull/1972](https://togithub.com/mudler/LocalAI/pull/1972) ##### Exciting New Features 🎉 - feat(aio): add intel profile by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1901](https://togithub.com/mudler/LocalAI/pull/1901) - Enhance autogptq backend to support VL models by [@​thiner](https://togithub.com/thiner) in [https://github.com/mudler/LocalAI/pull/1860](https://togithub.com/mudler/LocalAI/pull/1860) - feat(assistant): Assistant and AssistantFiles api by [@​christ66](https://togithub.com/christ66) in [https://github.com/mudler/LocalAI/pull/1803](https://togithub.com/mudler/LocalAI/pull/1803) - feat: Openvino runtime for transformer backend and streaming support for Openvino and CUDA by [@​fakezeta](https://togithub.com/fakezeta) in [https://github.com/mudler/LocalAI/pull/1892](https://togithub.com/mudler/LocalAI/pull/1892) - feat: Token Stream support for Transformer, fix: missing package for OpenVINO by [@​fakezeta](https://togithub.com/fakezeta) in [https://github.com/mudler/LocalAI/pull/1908](https://togithub.com/mudler/LocalAI/pull/1908) - feat(welcome): add simple welcome page by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1912](https://togithub.com/mudler/LocalAI/pull/1912) - fix(build): better CI logging and correct some build failure modes in Makefile by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1899](https://togithub.com/mudler/LocalAI/pull/1899) - feat(webui): add partials, show backends associated to models by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1922](https://togithub.com/mudler/LocalAI/pull/1922) - feat(swagger): Add swagger API doc by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1926](https://togithub.com/mudler/LocalAI/pull/1926) - feat(build): adjust number of parallel make jobs by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1915](https://togithub.com/mudler/LocalAI/pull/1915) - feat(swagger): update by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1929](https://togithub.com/mudler/LocalAI/pull/1929) - feat: first pass at improving logging by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1956](https://togithub.com/mudler/LocalAI/pull/1956) - fix(llama.cpp): set better defaults for llama.cpp by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1961](https://togithub.com/mudler/LocalAI/pull/1961) ##### 📖 Documentation and examples - docs(aio-usage): update docs to show examples by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1921](https://togithub.com/mudler/LocalAI/pull/1921) ##### 👒 Dependencies - ⬆️ Update docs version mudler/LocalAI by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1903](https://togithub.com/mudler/LocalAI/pull/1903) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1904](https://togithub.com/mudler/LocalAI/pull/1904) - ⬆️ Update M0Rf30/go-tiny-dream by [@​M0Rf30](https://togithub.com/M0Rf30) in [https://github.com/mudler/LocalAI/pull/1911](https://togithub.com/mudler/LocalAI/pull/1911) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1913](https://togithub.com/mudler/LocalAI/pull/1913) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1914](https://togithub.com/mudler/LocalAI/pull/1914) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1923](https://togithub.com/mudler/LocalAI/pull/1923) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1924](https://togithub.com/mudler/LocalAI/pull/1924) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1928](https://togithub.com/mudler/LocalAI/pull/1928) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1933](https://togithub.com/mudler/LocalAI/pull/1933) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1934](https://togithub.com/mudler/LocalAI/pull/1934) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1937](https://togithub.com/mudler/LocalAI/pull/1937) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1941](https://togithub.com/mudler/LocalAI/pull/1941) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1953](https://togithub.com/mudler/LocalAI/pull/1953) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1958](https://togithub.com/mudler/LocalAI/pull/1958) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1959](https://togithub.com/mudler/LocalAI/pull/1959) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1964](https://togithub.com/mudler/LocalAI/pull/1964) ##### Other Changes - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1927](https://togithub.com/mudler/LocalAI/pull/1927) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1960](https://togithub.com/mudler/LocalAI/pull/1960) - fix(hermes-2-pro-mistral): correct dashes in template to suppress newlines by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1966](https://togithub.com/mudler/LocalAI/pull/1966) - ⬆️ Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1969](https://togithub.com/mudler/LocalAI/pull/1969) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1970](https://togithub.com/mudler/LocalAI/pull/1970) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1973](https://togithub.com/mudler/LocalAI/pull/1973) ##### New Contributors - [@​thiner](https://togithub.com/thiner) made their first contribution in [https://github.com/mudler/LocalAI/pull/1860](https://togithub.com/mudler/LocalAI/pull/1860) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.11.0...v2.12.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
title
| title |
|---|
| TrueCharts |
Community Chart Catalog for TrueNAS SCALE
TrueCharts is a catalog of highly optimised Helm Charts and TrueNAS SCALE Apps. Made for the community, By the community!
All our charts are supposed to work together, be easy to setup using both Helm and the TrueNAS UI and, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Installing TrueCharts within TrueNAS SCALE, is possible using the TrueNAS SCALE Catalog list.
Check TrueCharts Quick-Start Guides for more information.
For installing TrueCharts using helm:
Just add the repository and call it a day!
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior know-how on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.
For more information on creating SCALE Apps and Helm charts, please check out our development manual
Automation and you
We provide a lot of tools to make it easier to develop charts, templates, automated testing, automated fixes, automated docs. Even automated update is included. We also actively try to collaborate with other k8s community projects on tooling, for the betterment of all!
Those tools do, however, take time to develop and are certainly not bug free. If you find mistakes in our tooling, please feel free to repost issues or submit any fixes you feel appropriate!
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Featured Projects
A lot of our work is based on the great effort of others. We would love to extend special thanks to these projects we owe a lot to:
|
|
|
|
|---|---|---|---|
| TrueNAS SCALE | K8S-At-Home | Traefik | Authelia |
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0