Ettore Di Giacinto
b16a01d0bd
WIP speculative
2025-01-24 10:17:54 +01:00
Gianluca Boiano
9a1182fa01
chore(model gallery): add flux.1, stablediffusion and whisper icons ( #4680 )
...
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-24 08:29:02 +01:00
Gianluca Boiano
66e9ef3f33
chore(model gallery): add DeepSeek R1 14b, 32b and 70b ( #4679 )
...
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-24 08:28:44 +01:00
Ettore Di Giacinto
8282414583
chore(downloader): support hf.co and hf:// URIs ( #4677 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-24 08:27:22 +01:00
Gianluca Boiano
d1d7ce83d4
chore(model gallery): add MiniCPM-o-2.6-7.6b ( #4676 )
...
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-24 08:27:02 +01:00
Ettore Di Giacinto
5177837ab0
chore: detect and enable avx512 builds ( #4675 )
...
chore(avx512): add support
Fixes https://github.com/mudler/LocalAI/issues/4662
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-24 08:26:44 +01:00
Ettore Di Giacinto
f9e368b7c4
chore(refactor): group cpu cap detection ( #4674 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-23 16:35:44 +01:00
Ettore Di Giacinto
eef80b9880
chore(ci): cleanup tests
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-23 10:02:57 +01:00
Ettore Di Giacinto
073eaec729
chore(openvoice): drop backend ( #4673 )
...
The project (MeloTTS) has been quite since long, newer backends are much
performant and better quality overall.
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-23 10:00:36 +01:00
Ettore Di Giacinto
318225f631
chore(parler-tts): drop backend ( #4672 )
...
We support at this point more extensive backends that are SOTA and
support also voice cloning, and many other features. This backend is
superseded and also poses significant maintenance burden as there is an
open issue https://github.com/mudler/LocalAI/issues/3941 which is still
open as it deps are pinning old versions of grpc.
Closes https://github.com/mudler/LocalAI/issues/3941
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-23 09:46:16 +01:00
Ettore Di Giacinto
89429a439b
feat(transformers): add support to Mamba ( #4669 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-23 09:30:47 +01:00
LocalAI [bot]
200fe358f0
chore: ⬆️ Update ggerganov/llama.cpp to 6152129d05870cb38162c422c6ba80434e021e9f ( #4668 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-23 08:06:43 +01:00
Ettore Di Giacinto
e426ab7c23
feat(faster-whisper): add backend ( #4666 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-23 08:06:18 +01:00
LocalAI [bot]
715071b68d
feat(swagger): update swagger ( #4667 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-22 21:51:38 +01:00
Peter Cover
a05737c7e4
chore: fix some function names in comment ( #4665 )
...
Signed-off-by: petercover <raowanxiang@outlook.com >
2025-01-22 19:35:53 +01:00
Richard Palethorpe
e8eb0b2c50
fix(stores): Stores fixes and testing ( #4663 )
...
* fix(stores): Actually check a vector is a unit vector/normalized
Instead of just summing the components to see if they equal 1.0, take
the actual magnitude/p-norm of the vector and check that is
approximately 1.0.
Note that this shouldn't change the order of results except in edge
cases if I am too lax with the precision of the equality
comparison. However it should improve performance for normalized
vectors which were being misclassified.
Signed-off-by: Richard Palethorpe <io@richiejp.com >
* fix(stores): Add tests for known results and triangle inequality
This adds some more tests to check the cosine similarity function has
some expected mathematical properties.
Signed-off-by: Richard Palethorpe <io@richiejp.com >
---------
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2025-01-22 19:35:05 +01:00
Ettore Di Giacinto
e15d29aba2
chore(stablediffusion-ncn): drop in favor of ggml implementation ( #4652 )
...
* chore(stablediffusion-ncn): drop in favor of ggml implementation
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(ci): drop stablediffusion build
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(tests): add
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(tests): try to fixup current tests
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Try to fix tests
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Tests improvements
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(tests): use quality to specify step
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(tests): switch to sd-1.5
also increase prep time for downloading models
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-22 19:34:16 +01:00
Ettore Di Giacinto
10675ac28e
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-22 18:07:30 +01:00
Ettore Di Giacinto
0ec25b8b07
chore(model gallery): add sd-1.5-ggml and sd-3.5-medium-ggml ( #4664 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-22 16:37:20 +01:00
LocalAI [bot]
e81ceff681
chore: ⬆️ Update ggerganov/llama.cpp to 6171c9d25820ccf676b243c172868819d882848f ( #4661 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-21 22:04:29 +00:00
Ettore Di Giacinto
6831719e1e
chore(model gallery): add deepseek-r1-distill-qwen-7b ( #4660 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-21 15:09:36 +01:00
Gianluca Boiano
b264a91b3f
chore(model gallery): add Deepseek-R1-Distill models ( #4646 )
...
* chore(model gallery): add Deepseek-R1-Distill-Llama-8b
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): add Deepseek-R1-Distill-Qwen-1.5b
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
---------
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-21 10:37:05 +01:00
LocalAI [bot]
1a08948e63
chore: ⬆️ Update ggerganov/llama.cpp to aea8ddd5165d525a449e2fc3839db77a71f4a318 ( #4657 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-21 08:37:13 +01:00
dependabot[bot]
14a1e02f44
chore(deps): Bump docs/themes/hugo-theme-relearn from 80e448e to 8dad5ee ( #4656 )
...
chore(deps): Bump docs/themes/hugo-theme-relearn
Bumps [docs/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn ) from `80e448e` to `8dad5ee`.
- [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases )
- [Commits](80e448e5bd...8dad5ee419 )
---
updated-dependencies:
- dependency-name: docs/themes/hugo-theme-relearn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 23:33:40 +00:00
Ettore Di Giacinto
2f09aa1b85
chore(model gallery): add sd-3.5-large-ggml ( #4647 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-20 19:04:23 +01:00
Gianluca Boiano
a396040886
chore(model gallery): remove dead icons and update LLAVA and DeepSeek ones ( #4645 )
...
* chore(model gallery): update icons and add LLAVA ones
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): fix all complains related to yamllint
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
---------
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-20 16:13:19 +01:00
Ettore Di Giacinto
aeb1dca52e
chore(model gallery): add l3.3-prikol-70b-v0.2 ( #4643 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-20 11:03:35 +01:00
Ettore Di Giacinto
83a8d90c52
chore(model gallery): add l3.3-70b-magnum-v4-se ( #4642 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-20 10:50:29 +01:00
Ettore Di Giacinto
adebd557ce
chore(model gallery): add wayfarer-12b ( #4641 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-20 10:45:10 +01:00
Gianluca Boiano
0c0e015b38
chore(model gallery): update icons and add missing ones ( #4639 )
...
* chore(model gallery): uniform github URLs for icons
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): add icons to phi models
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): add icons to QwenLM models
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): update icon for Arcee org
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): update icon for Meta org
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): update icon url for OpenCoder org
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): add icon for RWKV org
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): add icon for IBM-granite org
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): add icon for OpenBMB org
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): add icon for KatanemoLabs org
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): update icon for Meta-Llama-3.1-8B-Instruct-abliterated
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): update icon for hermes-3-llama-3.1-8b-lorablated
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
* chore(model gallery): add icon for Google org
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
---------
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-20 10:40:46 +01:00
Gianluca Boiano
390bb3f58b
fix(model gallery): minicpm-v-2.6 is based on qwen2 ( #4638 )
...
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-20 10:35:05 +01:00
Gianluca Boiano
30739d94a4
chore(model gallery): add InternLM3-8b-Q4_K_M ( #4637 )
...
chore(model gallery): add InternLM3-8b-Q4_K_M
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-20 10:34:19 +01:00
LocalAI [bot]
83e2dd5dff
chore: ⬆️ Update ggerganov/llama.cpp to 92bc493917d43b83e592349e138b54c90b1c3ea7 ( #4640 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-19 22:34:32 +00:00
Ettore Di Giacinto
f496d0113b
chore(deps): pin numba
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-19 09:07:56 +01:00
LocalAI [bot]
a752183fb5
chore: ⬆️ Update ggerganov/llama.cpp to a1649cc13f89946322358f92ea268ae1b7b5096c ( #4635 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-19 08:38:33 +01:00
LocalAI [bot]
296b97925f
chore: ⬆️ Update leejet/stable-diffusion.cpp to 5eb15ef4d022bef4a391de4f5f6556e81fbb5024 ( #4636 )
...
⬆️ Update leejet/stable-diffusion.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-18 22:21:27 +00:00
Gianluca Boiano
d0cc3047dc
chore(model gallery): add MiniCPM-V-2.6-8b-q4_K_M ( #4633 )
...
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-18 18:36:05 +01:00
Gianluca Boiano
032a33de49
chore: remove deprecated tinydream backend ( #4631 )
...
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-18 18:35:30 +01:00
Ettore Di Giacinto
1e9bf19c8d
feat(transformers): merge sentencetransformers backend ( #4624 )
...
* merge sentencetransformers
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Add alias to silently redirect sentencetransformers to transformers
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Add alias also for transformers-musicgen
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop from makefile
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Move tests from sentencetransformers
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Remove sentencetransformers
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Remove tests from CI (part of transformers)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Do not always try to load the tokenizer
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Adapt tests
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Fix typo
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Tiny adjustments
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-18 18:30:30 +01:00
Gianluca Boiano
4bd8434ae0
fix(docs): add missing -core suffix to sycl images ( #4630 )
...
Signed-off-by: Gianluca Boiano <morf3089@gmail.com >
2025-01-18 15:47:49 +01:00
Ettore Di Giacinto
958f6eb722
chore(llama.cpp): update dependency ( #4628 )
...
Update to '3edfa7d3753c29e44b964c0ff424d2ea8d5fdee6' and adapt to upstream changes
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-18 11:55:13 +01:00
mintyleaf
96306a39a0
chore(docs): extra-Usage and Machine-Tag docs ( #4627 )
...
Rename LocalAI-Extra-Usage -> Extra-Usage, add MACHINE_TAG as cli flag option, add docs about extra-usage and machine-tag
Signed-off-by: mintyleaf <mintyleafdev@gmail.com >
2025-01-18 08:58:38 +01:00
LocalAI [bot]
895cd7c76a
feat(swagger): update swagger ( #4625 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-18 08:57:49 +01:00
dependabot[bot]
cbdbe59f16
chore(deps): Bump scipy from 1.14.0 to 1.15.1 in /backend/python/transformers ( #4621 )
...
chore(deps): Bump scipy in /backend/python/transformers
Bumps [scipy](https://github.com/scipy/scipy ) from 1.14.0 to 1.15.1.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.14.0...v1.15.1 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 22:14:11 +00:00
Ettore Di Giacinto
ee7904f170
feat(transformers): add support to OuteTTS ( #4622 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-17 19:33:25 +01:00
Ettore Di Giacinto
a761e01944
chore: alias transformers-musicgen to transformers ( #4623 )
...
chore: alias transformers-muscigen to transformers
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-17 18:16:17 +01:00
mintyleaf
96f8ec0402
feat: add machine tag and inference timings ( #4577 )
...
* Add machine tag option, add extraUsage option, grpc-server -> proto -> endpoint extraUsage data is broken for now
Signed-off-by: mintyleaf <mintyleafdev@gmail.com >
* remove redurant timing fields, fix not working timings output
Signed-off-by: mintyleaf <mintyleafdev@gmail.com >
* use middleware for Machine-Tag only if tag is specified
Signed-off-by: mintyleaf <mintyleafdev@gmail.com >
---------
Signed-off-by: mintyleaf <mintyleafdev@gmail.com >
2025-01-17 17:05:58 +01:00
Ettore Di Giacinto
8027fdf1c7
feat(transformers): merge musicgen functionalities to a single backend ( #4620 )
...
* feat(transformers): merge musicgen functionalities to a single backend
So we optimize space
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* specify type in tests
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Some adaptations for the MusicgenForConditionalGeneration type
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-17 17:01:16 +01:00
Ettore Di Giacinto
212c8e1a6d
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-17 15:11:10 +01:00
LocalAI [bot]
78533d7230
chore: ⬆️ Update ggerganov/llama.cpp to 4dbc8b9cb71876e005724f4e8f73a3544646bcf5 ( #4618 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-17 10:25:04 +01:00
Ettore Di Giacinto
b5eeb5c5ab
ci(arm64): run in parallel
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-17 10:24:15 +01:00
Ettore Di Giacinto
b147ad0596
ci: try to build for arm64
...
Try to use the free arm64 runners from Github:
https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-17 10:14:26 +01:00
Ettore Di Giacinto
7d0ac1ea3f
chore(vall-e-x): Drop backend ( #4619 )
...
There are many new architectures that are SOTA and replaces vall-e-x
nowadays.
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-17 09:35:10 +01:00
Ettore Di Giacinto
d08d97bebf
chore(model gallery): fix typo
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-16 22:26:55 +01:00
Ettore Di Giacinto
acb2eb23c8
feat(tts): Add Kokoro backend ( #4616 )
...
* feat(kokoro): Add new TTS backend
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Add kokoro to images
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Support combined voices
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Ignore pt and onnx
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Add plbert and istfnet
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-16 22:23:09 +01:00
Ettore Di Giacinto
de4aa9fb1d
chore(model gallery): add vikhr-qwen-2.5-1.5b-instruct ( #4615 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-16 10:09:25 +01:00
Ettore Di Giacinto
560ba6f25e
chore(model gallery): add drt-o1-14b ( #4614 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-16 10:04:44 +01:00
Ettore Di Giacinto
8131ddd878
chore(model gallery): add uwu-7b-instruct ( #4613 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-16 09:58:14 +01:00
LocalAI [bot]
26c3deb673
chore: ⬆️ Update ggerganov/llama.cpp to adc5dd92e8aea98f5e7ac84f6e1bc15de35130b5 ( #4612 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-16 00:08:52 +00:00
Ettore Di Giacinto
6d20497d45
chore(model gallery): add lb-reranker-0.5b-v1.0 ( #4611 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-15 15:54:12 +01:00
Ettore Di Giacinto
482c6b8be4
chore(model gallery): add l3.3-ms-nevoria-70b ( #4610 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-15 15:51:50 +01:00
Ettore Di Giacinto
5bba5edf45
chore(model gallery): add qwerus-7b ( #4609 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-15 15:46:45 +01:00
Ettore Di Giacinto
792b866727
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-15 15:46:27 +01:00
LocalAI [bot]
f053f7bde2
chore: ⬆️ Update ggerganov/llama.cpp to b4d92a59a20eea400d8dd30844a339b76210daa0 ( #4606 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-14 22:16:33 +00:00
Ettore Di Giacinto
d7dee3a5ec
feat(diffusers): add support for Sana pipelines ( #4603 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-14 11:13:16 +01:00
Ettore Di Giacinto
b8d74e52b1
chore(model gallery): add steiner-32b-preview ( #4602 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-14 09:41:30 +01:00
Ettore Di Giacinto
62abe0d2c9
chore(model gallery): add qwen2.5-72b-rp-ink ( #4601 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-14 09:33:19 +01:00
Ettore Di Giacinto
5414c294c4
chore(model gallery): add negative-anubis-70b-v1 ( #4600 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-14 09:29:25 +01:00
Ettore Di Giacinto
1b3e89c89c
chore(model gallery): add LocalAI-functioncall-phi-4-v0.3 ( #4599 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-14 09:27:18 +01:00
Ettore Di Giacinto
69c6e5b192
chore(stablediffusion-ggml): disable sycl optimizations ( #4598 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-14 09:17:55 +01:00
LocalAI [bot]
0c02512f15
chore: ⬆️ Update ggerganov/llama.cpp to 504af20ee4eae72080a56d59d744f6774f7901ce ( #4597 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-14 09:07:20 +01:00
dependabot[bot]
b0ead0bf12
chore(deps): Bump securego/gosec from 2.21.4 to 2.22.0 ( #4594 )
...
Bumps [securego/gosec](https://github.com/securego/gosec ) from 2.21.4 to 2.22.0.
- [Release notes](https://github.com/securego/gosec/releases )
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml )
- [Commits](https://github.com/securego/gosec/compare/v2.21.4...v2.22.0 )
---
updated-dependencies:
- dependency-name: securego/gosec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 21:17:11 +00:00
Ettore Di Giacinto
ab5adf40af
chore(deps): bump llama.cpp to '924518e2e5726e81f3aeb2518fb85963a500e… ( #4592 )
...
chore(deps): bump llama.cpp to '924518e2e5726e81f3aeb2518fb85963a500e93a'
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-13 17:33:06 +01:00
Ettore Di Giacinto
8d82afb595
fix(stablediffusion-ggml): enable oneapi before build ( #4593 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-13 10:11:48 +01:00
Ettore Di Giacinto
aea71dd2c6
fix(stablediffusion-ggml): correctly enable sycl ( #4591 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-12 22:07:01 +01:00
Ettore Di Giacinto
9fdb44323d
chore(model gallery): add LocalAI-functioncall-phi-4-v0.2 ( #4589 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-12 18:50:41 +01:00
Ettore Di Giacinto
6a299c04a7
feat(stablediffusion-ggml): respect build type ( #4581 )
...
* feat(stablediffusion-ggml): respect build type
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* combine libraries
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-12 18:33:51 +01:00
Ettore Di Giacinto
9ce71fe427
fix(gallery): correct UL typo
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-12 11:50:40 +01:00
Ettore Di Giacinto
e8de7b52da
chore(model gallery): add LocalAI-functioncall-phi-4-v0.1 ( #4588 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-12 11:26:42 +01:00
Ettore Di Giacinto
1780ccadbc
chore(model gallery): add finemath-llama-3b ( #4587 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-12 10:40:26 +01:00
Ettore Di Giacinto
f8cffd05e5
chore(model gallery): add negative_llama_70b ( #4586 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-12 10:36:01 +01:00
Ettore Di Giacinto
b898cd49b5
chore(model gallery): add sky-t1-32b-preview ( #4585 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-12 10:33:29 +01:00
LocalAI [bot]
7cd33d10c9
chore: ⬆️ Update ggerganov/llama.cpp to c05e8c9934f94fde49bc1bc9dc51eed282605150 ( #4579 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-11 23:25:09 +01:00
Ettore Di Giacinto
cd480dbe5c
chore(model gallery): add rombos-qwen2.5-writer-32b ( #4584 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-11 23:24:55 +01:00
Ettore Di Giacinto
cb8bf79ada
chore(model gallery): add qwq-32b-preview-ideawhiz-v1 ( #4583 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-11 22:45:37 +01:00
Ettore Di Giacinto
b206eab80f
chore(model gallery): add nightwing3-10b-v0.1 ( #4582 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-11 22:41:30 +01:00
LocalAI [bot]
80dc23fab9
chore(model-gallery): ⬆️ update checksum ( #4580 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-11 22:23:10 +01:00
LocalAI [bot]
844c0c422d
docs: ⬆️ update docs version mudler/LocalAI ( #4578 )
...
⬆️ Update docs version mudler/LocalAI
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-11 22:10:45 +01:00
LocalAI [bot]
07655c0c2e
chore: ⬆️ Update ggerganov/llama.cpp to ba8a1f9c5b675459c55a83e3f97f10df3a66c788 ( #4575 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-10 21:45:11 +00:00
Ettore Di Giacinto
bebfd19b45
chore(model gallery): add phi-3.5-moe-instruct ( #4574 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-10 16:59:34 +01:00
Ettore Di Giacinto
6e34430d99
chore(model gallery): add chuluun-qwen2.5-72b-v0.01 ( #4573 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-10 16:27:22 +01:00
Ettore Di Giacinto
0d08aaa29b
chore(model gallery): add gwq-9b-preview2 ( #4572 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-10 16:26:20 +01:00
Ettore Di Giacinto
66f9c06e7d
docs: update README with langchain integration
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-10 09:20:33 +01:00
LocalAI [bot]
775adf871f
chore: ⬆️ Update ggerganov/llama.cpp to 1204f9727005974587d6fc1dcd4d4f0ead87c856 ( #4570 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-09 21:46:19 +00:00
Ettore Di Giacinto
a0fc19a3d6
chore(model gallery): add 70b-l3.3-cirrus-x1 ( #4569 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-09 16:28:55 +01:00
Ettore Di Giacinto
7bd18662a7
chore(model gallery): add huatuogpt-o1-7b-v0.1 ( #4568 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-09 16:01:57 +01:00
Ettore Di Giacinto
95b0739906
chore(model gallery): add minithinky-v2-1b-llama-3.2 ( #4567 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-09 15:58:38 +01:00
Ettore Di Giacinto
cad7e9a1cd
chore(model gallery): add 14b-qwen2.5-freya-x1 ( #4566 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-09 15:55:56 +01:00
Ettore Di Giacinto
4426efab05
chore(deps): bump edgevpn to v0.29.0 ( #4564 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-09 09:33:22 +01:00
Saarthak Verma
6765b17acd
feat(dowloader): resume partial downloads ( #4537 )
...
* feat(resume downloads): add basic tests
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com >
* test(resume downloads): implement file download tc
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com >
* test(resume downloads): add resume partial download test
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com >
* feat(resume downloads): implement resumable downloads for interrupted transfers
- Adds support for resuming partially downloaded files
- Uses HTTP Range header to continue from last byte position
- Maintains download progress across interruptions
- Preserves partial downloads with .partial extension
- Validates SHA256 checksum after completion
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com >
* fix(resume downloads): incorrect download percent on front end
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com >
* feat(resume download): add range header check tc
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com >
* feat(resume download): implement range header check
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com >
---------
Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com >
2025-01-09 09:22:52 +01:00
Ettore Di Giacinto
ae1340d59b
chore: update labeler.yml to include go files ( #4565 )
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-09 09:20:51 +01:00
Ettore Di Giacinto
fc52f179fe
chore(model gallery): add phi-4 ( #4562 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-08 23:26:25 +01:00
LocalAI [bot]
4f43a9a162
chore: ⬆️ Update ggerganov/llama.cpp to 8d59d911711b8f1ba9ec57c4b192ccd2628af033 ( #4561 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-08 21:43:56 +00:00
Ettore Di Giacinto
20edd44463
chore(model gallery): add dolphin3.0-qwen2.5-3b ( #4560 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-08 11:57:25 +01:00
Ettore Di Giacinto
1a4f9d8453
chore(model gallery): add dolphin3.0-qwen2.5-1.5b ( #4559 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-08 11:55:44 +01:00
Ettore Di Giacinto
f2dd33b8f4
chore(model gallery): add dolphin3.0-qwen2.5-0.5b ( #4558 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-08 11:53:46 +01:00
LocalAI [bot]
25e988868c
chore: ⬆️ Update ggerganov/llama.cpp to 53ff6b9b9fb25ed0ec0a213e05534fe7c3d0040f ( #4556 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-08 11:51:14 +01:00
Ettore Di Giacinto
ab344e4f47
docs: update compatibility-table.md ( #4557 )
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-07 21:20:44 +01:00
Ettore Di Giacinto
fac7893dd6
chore(model gallery): add dolphin3.0-llama3.2-3b ( #4555 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-07 20:27:29 +01:00
Ettore Di Giacinto
9be338cfe4
chore(model gallery): add dolphin3.0-llama3.2-1b ( #4554 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-07 20:24:21 +01:00
Ettore Di Giacinto
b4d4f96919
chore(model gallery): add dolphin3.0-llama3.1-8b ( #4553 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-07 20:23:35 +01:00
Max Goltzsche
8cc2d01caa
feat(ui): path prefix support via HTTP header ( #4497 )
...
Makes the web app honour the `X-Forwarded-Prefix` HTTP request header that may be sent by a reverse-proxy in order to inform the app that its public routes contain a path prefix.
For instance this allows to serve the webapp via a reverse-proxy/ingress controller under a path prefix/sub path such as e.g. `/localai/` while still being able to use the regular LocalAI routes/paths without prefix when directly connecting to the LocalAI server.
Changes:
* Add new `StripPathPrefix` middleware to strip the path prefix (provided with the `X-Forwarded-Prefix` HTTP request header) from the request path prior to matching the HTTP route.
* Add a `BaseURL` utility function to build the base URL, honouring the `X-Forwarded-Prefix` HTTP request header.
* Generate the derived base URL into the HTML (`head.html` template) as `<base/>` tag.
* Make all webapp-internal URLs (within HTML+JS) relative in order to make the browser resolve them against the `<base/>` URL specified within each HTML page's header.
* Make font URLs within the CSS files relative to the CSS file.
* Generate redirect location URLs using the new `BaseURL` function.
* Use the new `BaseURL` function to generate absolute URLs within gallery JSON responses.
Closes #3095
TL;DR:
The header-based approach allows to move the path prefix configuration concern completely to the reverse-proxy/ingress as opposed to having to align the path prefix configuration between LocalAI, the reverse-proxy and potentially other internal LocalAI clients.
The gofiber swagger handler already supports path prefixes this way, see e2d9e9916d/swagger.go (L79)
Signed-off-by: Max Goltzsche <max.goltzsche@gmail.com >
2025-01-07 17:18:21 +01:00
LocalAI [bot]
bf37eebecb
chore: ⬆️ Update ggerganov/llama.cpp to ecebbd292d741ac084cf248146b2cfb17002aa1d ( #4552 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-07 10:14:07 +01:00
dependabot[bot]
3f0850b58b
chore(deps): Bump docs/themes/hugo-theme-relearn from d25f856 to 80e448e ( #4549 )
...
chore(deps): Bump docs/themes/hugo-theme-relearn
Bumps [docs/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn ) from `d25f856` to `80e448e`.
- [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases )
- [Commits](d25f856477...80e448e5bd )
---
updated-dependencies:
- dependency-name: docs/themes/hugo-theme-relearn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-06 20:20:34 +00:00
Ettore Di Giacinto
2ffa89b8b9
chore(model gallery): add 14b-qwen2.5-kunou-v1 ( #4547 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-06 10:43:09 +01:00
Ettore Di Giacinto
d43adc0205
chore(model gallery): add triangulum-10b ( #4546 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-06 10:42:45 +01:00
Ettore Di Giacinto
78b34505ab
chore(model gallery): add 32b-qwen2.5-kunou-v1 ( #4545 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-06 10:08:35 +01:00
LocalAI [bot]
e55a1bed59
chore: ⬆️ Update ggerganov/llama.cpp to b56f079e28fda692f11a8b59200ceb815b05d419 ( #4544 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-05 21:43:06 +00:00
Ettore Di Giacinto
0d7550ad54
chore(deps): bump grpcio to 1.69.0 ( #4543 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-05 15:01:49 +01:00
Ettore Di Giacinto
b5992255ac
chore(model gallery): add qwentile2.5-32b-instruct ( #4541 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-05 09:22:00 +01:00
Ettore Di Giacinto
e845cc0401
chore(model gallery): add llama-deepsync-3b ( #4540 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-05 09:19:05 +01:00
Ettore Di Giacinto
a10033e8a4
chore(model gallery): add experimental-lwd-mirau-rp-14b-iq-imatrix ( #4539 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-05 09:12:12 +01:00
LocalAI [bot]
6c6d840e6b
chore: ⬆️ Update ggerganov/llama.cpp to 9394bbd484f802ce80d2858033583af3ef700d25 ( #4536 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-04 21:43:08 +00:00
Ettore Di Giacinto
a8b3b3d6f4
chore(model gallery): add llama3.1-8b-prm-deepseek-data ( #4535 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-04 09:48:34 +01:00
Ettore Di Giacinto
ec66f7e3b1
chore(model gallery): add codepy-deepthink-3b ( #4534 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-04 09:45:07 +01:00
Ettore Di Giacinto
05841c2435
chore(model gallery): add drt-o1-7b ( #4533 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-04 09:44:14 +01:00
Ettore Di Giacinto
c553d73748
chore(deps): bump llama.cpp to 4b0c638b9 ( #4532 )
...
deps(llama.cpp): bump to 4b0c638b9
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-04 09:40:08 +01:00
Ettore Di Giacinto
1006e8a2ed
ci: disable arm jobs
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-03 21:58:04 +01:00
Ettore Di Giacinto
9bcfda171b
ci: lower concurrent jobs
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-03 20:48:23 +01:00
Ettore Di Giacinto
baee4f7bd5
ci: split jobs
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-03 19:23:05 +01:00
Ettore Di Giacinto
286dc32fe0
ci(arm64): try building on self-hosted
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-01-03 19:18:18 +01:00
Ettore Di Giacinto
36e4c0fcf0
chore(model gallery): add nera_noctis-12b ( #4530 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-03 09:10:03 +01:00
LocalAI [bot]
3c21c8789a
chore: ⬆️ Update ggerganov/llama.cpp to 2f0ee84b9b02d2a98742308026f060ebdc2423f1 ( #4528 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2025-01-02 21:43:37 +00:00
Ettore Di Giacinto
d9facbcee9
chore(model gallery): add l3.1-purosani-2-8b ( #4527 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-02 10:46:11 +01:00
Ettore Di Giacinto
930280ecac
chore(model gallery): add sainemo-remix ( #4526 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-02 10:46:01 +01:00
Ettore Di Giacinto
3415e6ae74
chore(model gallery): add qwenwify2.5-32b-v4.5 ( #4525 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-02 10:45:52 +01:00
Ettore Di Giacinto
f1082f3c6d
chore(model gallery): add violet_twilight-v0.2 ( #4524 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-01 14:41:48 +01:00
Ettore Di Giacinto
f345f7a795
chore(model gallery): add captain-eris-diogenes_twilight-v0.420-12b ( #4523 )
...
chore(model gallery): add captain-eris-diogenes_twilight-v0.420-12b-arm-imatrix
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-01 13:33:39 +01:00
Ettore Di Giacinto
1a2a7a57b3
chore(model gallery): add mn-12b-mag-mell-r1-iq-arm-imatrix ( #4522 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-01 13:27:13 +01:00
Ettore Di Giacinto
ae80a2bd24
chore(model gallery): add smallthinker-3b-preview ( #4521 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-01-01 13:26:48 +01:00
LocalAI [bot]
c30ecdd535
chore: ⬆️ Update ggerganov/llama.cpp to 0827b2c1da299805288abbd556d869318f2b121e ( #4520 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-31 21:43:29 +00:00
Ettore Di Giacinto
f16c7cef92
chore(model gallery): add q2.5-veltha-14b-0.5 ( #4519 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-31 11:23:29 +01:00
Ettore Di Giacinto
e1dd78bcea
chore(model gallery): add huatuogpt-o1-8b ( #4518 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-31 11:23:07 +01:00
dependabot[bot]
25acb0cbbc
chore(deps): Bump docs/themes/hugo-theme-relearn from ec88e24 to d25f856 ( #4515 )
...
chore(deps): Bump docs/themes/hugo-theme-relearn
Bumps [docs/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn ) from `ec88e24` to `d25f856`.
- [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases )
- [Commits](ec88e24f46...d25f856477 )
---
updated-dependencies:
- dependency-name: docs/themes/hugo-theme-relearn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-31 11:18:51 +01:00
LocalAI [bot]
7674c80bb6
chore: ⬆️ Update ggerganov/llama.cpp to 716bd6dec3e044e5c325386b5b0483392b24cefe ( #4516 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-31 11:18:33 +01:00
Ettore Di Giacinto
e044970a5b
chore(model gallery): add qwen2.5-32b-rp-ink ( #4517 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-31 11:17:29 +01:00
LocalAI [bot]
639526d207
chore: ⬆️ Update leejet/stable-diffusion.cpp to dcf91f9e0f2cbf9da472ee2a556751ed4bab2d2a ( #4509 )
...
⬆️ Update leejet/stable-diffusion.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-30 21:44:53 +00:00
dependabot[bot]
998ff9fa22
chore(deps): Bump gradio from 3.48.0 to 5.9.1 in /backend/python/openvoice ( #4514 )
...
chore(deps): Bump gradio in /backend/python/openvoice
Bumps [gradio](https://github.com/gradio-app/gradio ) from 3.48.0 to 5.9.1.
- [Release notes](https://github.com/gradio-app/gradio/releases )
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gradio-app/gradio/compare/gradio@3.48.0...gradio@5.9.1 )
---
updated-dependencies:
- dependency-name: gradio
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-30 20:05:45 +00:00
LocalAI [bot]
7122c7472e
chore: ⬆️ Update ggerganov/llama.cpp to a813badbbdf0d38705f249df7a0c99af5cdee678 ( #4512 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-29 21:42:38 +00:00
LocalAI [bot]
671381267a
chore: ⬆️ Update ggerganov/llama.cpp to f865ea149d71ef883e3780fced8a20a1464eccf4 ( #4510 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-28 21:43:05 +00:00
Ettore Di Giacinto
d1762e098e
chore(model gallery): add miscii-14b-1225 ( #4508 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-28 10:56:59 +01:00
Ettore Di Giacinto
270d33504b
chore(model gallery): add miscii-14b-1028 ( #4507 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-28 10:54:47 +01:00
Ettore Di Giacinto
9b0983d027
chore(model gallery): add control-nanuq-8b ( #4506 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-28 10:49:53 +01:00
Ettore Di Giacinto
afd0af987d
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-27 15:17:02 +01:00
Ettore Di Giacinto
58524d40c9
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-27 15:13:06 +01:00
Ettore Di Giacinto
2a7222c6aa
chore(model gallery): add falcon3-7b-instruct-abliterated ( #4504 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-27 11:29:34 +01:00
Ettore Di Giacinto
0093985e7c
chore(model gallery): add falcon3-10b-instruct-abliterated ( #4503 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-27 11:24:13 +01:00
Ettore Di Giacinto
7f51e2dddf
chore(model gallery): add falcon3-3b-instruct-abliterated ( #4502 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-27 11:20:10 +01:00
Ettore Di Giacinto
f3bbdef77d
chore(model gallery): add falcon3-1b-instruct-abliterated ( #4501 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-27 11:15:56 +01:00
LocalAI [bot]
9cbf168dc0
chore: ⬆️ Update ggerganov/llama.cpp to d79d8f39b4da6deca4aea8bf130c6034c482b320 ( #4500 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-26 21:44:36 +00:00
Ettore Di Giacinto
9572f0577b
chore(model gallery): add teleut-7b-rp ( #4499 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-26 10:52:57 +01:00
Ettore Di Giacinto
1a14c7d45a
chore(model gallery): add qvq-72b-preview ( #4498 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-26 10:47:54 +01:00
LocalAI [bot]
5c29e0cd4d
chore: ⬆️ Update ggerganov/llama.cpp to 9ba399dfa7f115effc63d48e6860a94c9faa31b2 ( #4496 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-25 21:43:06 +00:00
Ettore Di Giacinto
1a74af1492
chore(model gallery): add llama-3.1-8b-open-sft ( #4495 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-25 11:47:33 +01:00
Ettore Di Giacinto
8f6332ab23
chore(model gallery): add dans-personalityengine-v1.1.0-12b ( #4494 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-25 11:47:22 +01:00
Ettore Di Giacinto
816ae7a53a
chore(model gallery): add fastllama-3.2-1b-instruct ( #4493 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-25 11:47:11 +01:00
LocalAI [bot]
1d630e4185
chore(model-gallery): ⬆️ update checksum ( #4492 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-24 23:04:50 +01:00
LocalAI [bot]
bc8dd3ad14
chore: ⬆️ Update ggerganov/llama.cpp to 2cd43f4900ba0e34124fdcbf02a7f9df25a10a3d ( #4491 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-24 21:44:11 +00:00
Ettore Di Giacinto
b969053701
chore(gallery): re-order
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-24 11:10:56 +01:00
Ettore Di Giacinto
60bf7c9dd7
chore(model gallery): add rombos-llm-70b-llama-3.3 ( #4490 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-24 11:04:31 +01:00
Ettore Di Giacinto
d65c10cee7
chore(model gallery): add tqwendo-36b ( #4489 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-24 11:04:19 +01:00
Ettore Di Giacinto
6c71698299
chore(model gallery): add l3.3-ms-evalebis-70b ( #4488 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-24 10:59:36 +01:00
LocalAI [bot]
c7c275c7c8
chore(model-gallery): ⬆️ update checksum ( #4487 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-24 10:56:02 +01:00
LocalAI [bot]
d0adbee75d
chore: ⬆️ Update ggerganov/llama.cpp to 32d6ee6385b3fc908b283f509b845f757a6e7206 ( #4486 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-24 10:55:30 +01:00
dependabot[bot]
159a7f6df2
chore(deps): Bump docs/themes/hugo-theme-relearn from bd1f3d3 to ec88e24 ( #4460 )
...
chore(deps): Bump docs/themes/hugo-theme-relearn
Bumps [docs/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn ) from `bd1f3d3` to `ec88e24`.
- [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases )
- [Commits](bd1f3d3432...ec88e24f46 )
---
updated-dependencies:
- dependency-name: docs/themes/hugo-theme-relearn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 22:15:38 +00:00
Ettore Di Giacinto
0eb2911aad
chore(llava): update clip.patch ( #4453 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-23 19:11:31 +01:00
Ettore Di Giacinto
cab9f88ca4
chore(docs): add nvidia l4t instructions ( #4454 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-23 18:59:33 +01:00
Ettore Di Giacinto
a3b675b09e
Delete .cirrus.yml
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-23 18:31:50 +01:00
Ettore Di Giacinto
6477913e8f
chore(ci): increase task timeout
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-23 16:43:32 +01:00
Ettore Di Giacinto
138cd97ce7
chore(ci): try to add CirrusCI to build arm64 images natively
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-23 15:37:57 +01:00
Ettore Di Giacinto
4dd9ac39b0
chore(ci): comment arm64 job until we find a native CI runner ( #4452 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-23 12:34:39 +01:00
LocalAI [bot]
23499ddc8a
chore: ⬆️ Update ggerganov/llama.cpp to ebdee9478ca7ba65497b9b96f7457698c6ee5115 ( #4451 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-22 22:56:41 +00:00
Ettore Di Giacinto
8864156300
chore(nvidia-l4t): add l4t arm64 images ( #4449 )
...
chore(nvidia-l4t): add nvidia-l4t arm64 images
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-22 21:29:33 +01:00
Ettore Di Giacinto
478014ca18
feat(Dockerfile): allow to skip driver installation ( #4447 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-22 21:28:38 +01:00
Ettore Di Giacinto
d45477b003
chore(model gallery): add llama-3.3-70b-instruct-ablated ( #4448 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-22 08:38:47 +01:00
Ettore Di Giacinto
396fb88e33
chore(model gallery): add anubis-70b-v1 ( #4446 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-22 08:33:35 +01:00
LocalAI [bot]
a429ec1b3f
chore: ⬆️ Update ggerganov/llama.cpp to 5cd85b5e008de2ec398d6596e240187d627561e3 ( #4445 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-21 21:44:44 +00:00
Ettore Di Giacinto
5b5fb9c22a
chore(model gallery): add orca_mini_v8_1_70b ( #4444 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-21 10:39:58 +01:00
LocalAI [bot]
801a87c3a6
chore: ⬆️ Update ggerganov/llama.cpp to eb5c3dc64bd967f2e23c87d9dec195f45468de60 ( #4442 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-20 21:48:03 +00:00
Ettore Di Giacinto
badbd212f7
chore(model gallery): add tq2.5-14b-neon-v1 ( #4441 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-20 16:11:16 +01:00
Ettore Di Giacinto
c4bbecc4d6
chore(model gallery): add tq2.5-14b-aletheia-v1 ( #4440 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-20 16:08:23 +01:00
Ettore Di Giacinto
8a08e9ec67
fix(openvoice): pin numpy before installing torch ( #4439 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-20 10:34:23 +01:00
LocalAI [bot]
61e486dbf5
chore: ⬆️ Update ggerganov/llama.cpp to d408bb9268a988c5a60a5746d3a6430386e7604d ( #4437 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-19 23:03:47 +00:00
Ettore Di Giacinto
f2f387e1dd
fix(openvoice): do not pin numpy ( #4438 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-19 21:30:43 +01:00
Ettore Di Giacinto
3be9a08fc9
fix(deps): pin openvoice pytorch/torchaudio ( #4436 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-19 18:24:33 +01:00
Ettore Di Giacinto
b325807c60
fix(intel): pin torch and intel-extensions ( #4435 )
...
* fix(intel): pin torch version
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fix(intel): pin intel packages version
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-19 15:39:32 +01:00
jtwolfe
ae9855a39e
chore(docs): patch p2p detail in env and docs ( #4434 )
...
* Update distributed_inferencing.md
Signed-off-by: jtwolfe <jamie.t.wolfe@gmail.com >
* Update .env
Signed-off-by: jtwolfe <jamie.t.wolfe@gmail.com >
* Update distributed_inferencing.md
whoops
Signed-off-by: jtwolfe <jamie.t.wolfe@gmail.com >
---------
Signed-off-by: jtwolfe <jamie.t.wolfe@gmail.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-19 15:19:31 +01:00
LocalAI [bot]
9ac62b589f
chore: ⬆️ Update ggerganov/llama.cpp to cd920d0ac38ec243605a5a57c50941140a193f9e ( #4433 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-19 12:15:30 +00:00
Ettore Di Giacinto
d12660a286
chore(model gallery): add llama-chat-summary-3.2-3b ( #4432 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-19 09:56:19 +01:00
LocalAI [bot]
3d3bd2d10f
chore: ⬆️ Update ggerganov/llama.cpp to 0bf2d10c5514ff61b99897a4a5054f846e384e1e ( #4429 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-19 09:53:49 +01:00
Ettore Di Giacinto
b656d10556
chore(model gallery): add llama-song-stream-3b-instruct ( #4431 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-19 09:48:33 +01:00
Ettore Di Giacinto
8c67f38ef6
chore(model gallery): add falcon3-10b-instruct ( #4426 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-18 10:36:41 +01:00
Ettore Di Giacinto
4623728cd7
chore(model gallery): add qwen2-vl-72b-instruct ( #4425 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-18 10:35:49 +01:00
Ettore Di Giacinto
5f804aa6e8
chore(model gallery): add falcon3-3b-instruct ( #4424 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-18 10:32:31 +01:00
Ettore Di Giacinto
f52c6e3a31
chore(model gallery): add falcon3-1b-instruct ( #4423 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-18 10:12:06 +01:00
Ettore Di Giacinto
0b4bb7a562
chore(model gallery): add llama-openreviewer-8b ( #4422 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-18 09:49:48 +01:00
mintyleaf
2bc4b56a79
feat: stream tokens usage ( #4415 )
...
* Use pb.Reply instead of []byte with Reply.GetMessage() in llama grpc to get the proper usage data in reply streaming mode at the last [DONE] frame
* Fix 'hang' on empty message from the start
Seems like that empty message marker trick was unnecessary
---------
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-18 09:48:50 +01:00
LocalAI [bot]
fc920cc58a
chore: ⬆️ Update ggerganov/llama.cpp to 081b29bd2a3d91e7772e3910ce223dd63b8d7d26 ( #4421 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-17 22:15:14 +00:00
Ettore Di Giacinto
fdb560b8e5
chore(model gallery): add qwq-lcot-7b-instruct ( #4419 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-17 10:10:37 +01:00
Ettore Di Giacinto
708cba0c1b
chore(llama.cpp): bump, drop penalize_nl ( #4418 )
...
deps(llama.cpp): bump, drop penalize_nl
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-17 00:47:52 +01:00
Ettore Di Giacinto
24abf568cb
chore(tests): stabilize tts test ( #4417 )
...
chore(tests): stabilize test
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-17 00:46:48 +01:00
Ettore Di Giacinto
7ca0e2d925
fix(python): remove pin to setuptools, pin python version ( #4395 )
...
fix(setuptools): remove pin
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-16 10:55:02 +01:00
Ettore Di Giacinto
037e8030bf
chore(model gallery): add qwen2-7b-multilingual-rp ( #4394 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-16 09:48:33 +01:00
Ettore Di Giacinto
472d11f884
chore(model gallery): add marco-o1-uncensored ( #4393 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-16 09:48:23 +01:00
Ettore Di Giacinto
b40d5d12b7
chore(model gallery): add naturallm-7b-instruct ( #4392 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-16 09:47:49 +01:00
LocalAI [bot]
6938618e30
chore: ⬆️ Update ggerganov/llama.cpp to a0974156f334acf8af5858d7ede5ab7d7490d415 ( #4391 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-15 22:01:44 +00:00
Ettore Di Giacinto
5d9c530eaa
fix(gallery): disable default embeddings
...
Do not always enable embeddings on llama32, but let specific models settings
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-15 18:43:39 +01:00
Ettore Di Giacinto
9429a53db7
chore(model gallery): add neumind-math-7b-instruct ( #4388 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-15 10:07:56 +01:00
Ettore Di Giacinto
1d6d301370
chore(model gallery): add fusechat-llama-3.1-8b-instruct ( #4387 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-15 10:07:42 +01:00
Ettore Di Giacinto
8f2be82667
chore(model gallery): add fusechat-llama-3.2-3b-instruct ( #4386 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-15 10:07:30 +01:00
LocalAI [bot]
cca911f3e5
chore: ⬆️ Update ggerganov/llama.cpp to e52aba537a34d51a65cddec6bc6dafc9031edc63 ( #4385 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-15 09:59:20 +01:00
Jason Godsey
e37bbbaacc
fix: correct gallery/index.yaml ( #4384 )
...
Update index.yaml
DBG YAML errors: line 2025: cannot unmarshal !!str `-https:...` into []string
Signed-off-by: Jason Godsey <godsey@users.noreply.github.com >
2024-12-14 21:25:51 +01:00
Ettore Di Giacinto
59cbf38b4b
fix(gallery): correct syntax typo
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-14 21:21:27 +01:00
Ettore Di Giacinto
432c31d904
chore(model gallery): add chronos-gold-12b-1.0 ( #4381 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-14 11:27:25 +01:00
Ettore Di Giacinto
af33483687
chore(model gallery): add fusechat-qwen-2.5-7b-instruct ( #4380 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-14 11:27:11 +01:00
Ettore Di Giacinto
5051074845
chore(model gallery): add fusechat-gemma-2-9b-instruct ( #4379 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-14 11:26:40 +01:00
Ettore Di Giacinto
fc4a714992
feat(llama.cpp): bump and adapt to upstream changes ( #4378 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-14 00:30:52 +01:00
Ettore Di Giacinto
0429e00746
chore(model gallery): add hermes-3-llama-3.2-3b ( #4376 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-13 09:51:26 +01:00
Ettore Di Giacinto
73f1f25b9a
chore(model gallery): add evathene-v1.3 ( #4375 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-13 09:51:13 +01:00
Ettore Di Giacinto
044570fa85
chore(model gallery): add l3.3-ms-evayale-70b ( #4374 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-13 09:50:41 +01:00
LocalAI [bot]
37527420de
chore: ⬆️ Update ggerganov/llama.cpp to 274ec65af6e54039eb95cb44904af5c945dca1fa ( #4372 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-12 21:44:54 +00:00
Ettore Di Giacinto
1854b8c612
chore(model gallery): add l3.3-70b-euryale-v2.3 ( #4371 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-12 12:22:48 +01:00
Ettore Di Giacinto
b8824f2ad9
chore(model gallery): add deepthought-8b-llama-v0.01-alpha ( #4370 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-12 12:07:57 +01:00
Ettore Di Giacinto
3ab83e91df
chore(model gallery): add 72b-qwen2.5-kunou-v1 ( #4369 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-12 12:07:41 +01:00
LocalAI [bot]
f2cb261797
chore: ⬆️ Update ggerganov/llama.cpp to 235f6e14bf0ed0211c51aeff14139038ae1000aa ( #4366 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-12 09:23:36 +01:00
Ettore Di Giacinto
c85f46a71d
chore(model gallery): add sailor2-20b-chat ( #4365 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-11 10:55:04 +01:00
Ettore Di Giacinto
75b283d83c
chore(model gallery): add sailor2-8b-chat ( #4364 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-11 10:51:39 +01:00
Ettore Di Giacinto
1918efdfdd
chore(model gallery): add sailor2-1b-chat ( #4363 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-11 10:32:18 +01:00
LocalAI [bot]
ec239a0cd0
docs: ⬆️ update docs version mudler/LocalAI ( #4359 )
...
⬆️ Update docs version mudler/LocalAI
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-11 10:04:16 +01:00
LocalAI [bot]
b74a936178
chore: ⬆️ Update ggerganov/llama.cpp to dafae66cc242eb766797194d3c85c5e502625623 ( #4360 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-10 21:45:42 +00:00
Ettore Di Giacinto
de1ddb8ba6
chore(model gallery): add b-nimita-l3-8b-v0.02 ( #4357 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-10 09:42:47 +01:00
Ettore Di Giacinto
272763f625
chore(model gallery): add intellect-1-instruct ( #4356 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-10 09:42:37 +01:00
Ettore Di Giacinto
3aff87a5cf
chore(model gallery): add qwen2.5-math-14b-instruct ( #4355 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-10 09:42:24 +01:00
LocalAI [bot]
885118e863
chore: ⬆️ Update ggerganov/llama.cpp to 26a8406ba9198eb6fdd8329fa717555b4f77f05f ( #4353 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-10 09:10:58 +01:00
dependabot[bot]
a03a9b9e51
chore(deps): Bump docs/themes/hugo-theme-relearn from be85052 to bd1f3d3 ( #4348 )
...
chore(deps): Bump docs/themes/hugo-theme-relearn
Bumps [docs/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn ) from `be85052` to `bd1f3d3`.
- [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases )
- [Commits](be85052efe...bd1f3d3432 )
---
updated-dependencies:
- dependency-name: docs/themes/hugo-theme-relearn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-09 20:09:26 +00:00
Ettore Di Giacinto
f45d6c746a
chore(model gallery): add tulu-3.1-8b-supernova-smart ( #4347 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-09 15:58:29 +01:00
Ettore Di Giacinto
5eceb5f67c
chore(model gallery): add impish_mind_8b ( #4344 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-09 10:24:30 +01:00
Ettore Di Giacinto
a9c0dd3a1e
chore(model gallery): add qwen2.5-7b-homeranvita-nerdmix ( #4343 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-09 10:24:15 +01:00
LocalAI [bot]
fb17e737f0
docs: ⬆️ update docs version mudler/LocalAI ( #4341 )
...
⬆️ Update docs version mudler/LocalAI
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-09 09:19:25 +01:00
LocalAI [bot]
b5a21202ed
chore: ⬆️ Update ggerganov/llama.cpp to e52522b8694ae73abf12feb18d29168674aa1c1b ( #4342 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-08 22:54:06 +00:00
Ettore Di Giacinto
e147f1bd3e
chore(model gallery): add bio-medical-llama-3-8b ( #4339 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-08 18:43:26 +01:00
Ettore Di Giacinto
61839efed2
chore(model gallery): add virtuoso-small ( #4338 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-08 18:01:25 +01:00
Ettore Di Giacinto
a0fe050055
chore(model gallery): add mn-chunky-lotus-12b ( #4337 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-08 18:01:16 +01:00
Ettore Di Giacinto
f943c4b803
Revert "feat: include tokens usage for streamed output" ( #4336 )
...
Revert "feat: include tokens usage for streamed output (#4282 )"
This reverts commit 0d6c3a7d57 .
2024-12-08 17:53:36 +01:00
Ettore Di Giacinto
cea5a0ea42
feat(template): read jinja templates from gguf files ( #4332 )
...
* Read jinja templates as fallback
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Move templating out of model loader
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Test TemplateMessages
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Set role and content from transformers
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Tests: be more flexible
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* More jinja
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Small refactoring and adaptations
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-08 13:50:33 +01:00
LocalAI [bot]
f5e1527a5a
chore: ⬆️ Update ggerganov/llama.cpp to 3573fa8e7b7f0865638b52b4e9b4d2006f0558a2 ( #4335 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-07 21:51:45 +00:00
Ettore Di Giacinto
7184ca546f
chore(model gallery): add llama-3.3-70b-instruct ( #4333 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-07 10:39:20 +01:00
LocalAI [bot]
5592f5e820
chore: ⬆️ Update ggerganov/llama.cpp to c5ede3849fc021174862f9c0bf8273808d8f0d39 ( #4330 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-06 21:46:51 +00:00
Ettore Di Giacinto
d4c1746c7d
feat(llama.cpp): expose cache_type_k and cache_type_v for quant of kv cache ( #4329 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-06 10:23:59 +01:00
LocalAI [bot]
88737e1d76
chore: ⬆️ Update ggerganov/llama.cpp to c9c6e01daedac542b174c235872569fce5385982 ( #4328 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-06 09:15:21 +01:00
LocalAI [bot]
ba225f660b
docs: ⬆️ update docs version mudler/LocalAI ( #4327 )
...
⬆️ Update docs version mudler/LocalAI
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-05 21:54:00 +00:00
Ettore Di Giacinto
3127cd1352
chore(docs): update available backends ( #4325 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-05 16:57:56 +01:00
PetrFlegr
b90d78d9f6
Updated links of yamls ( #4324 )
...
Updated links
Links to deplyment*.yaml was changed
Signed-off-by: PetrFlegr <ptrflegr@gmail.com >
2024-12-05 16:06:51 +01:00
Ettore Di Giacinto
b86a3e4fa6
chore(model gallery): add math-iio-7b-instruct ( #4323 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-05 10:05:35 +01:00
Ettore Di Giacinto
be907d993f
chore(model gallery): add loki-v2.6-8b-1024k ( #4321 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-05 10:02:02 +01:00
Ettore Di Giacinto
ab0f8648a3
chore(model gallery): add rp-naughty-v1.0c-8b ( #4322 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-05 10:01:49 +01:00
LocalAI [bot]
c226149503
chore: ⬆️ Update leejet/stable-diffusion.cpp to 9578fdcc4632dc3de5565f28e2fb16b7c18f8d48 ( #4320 )
...
⬆️ Update leejet/stable-diffusion.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-05 09:09:11 +01:00
LocalAI [bot]
4a079f893c
chore: ⬆️ Update ggerganov/llama.cpp to 59f4db10883a4f3e855cffbf2c3ab68430e95272 ( #4319 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-04 22:19:35 +00:00
Ettore Di Giacinto
87b7648591
chore(ci): set auto-labeler for dependencies
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-04 18:35:54 +01:00
Ettore Di Giacinto
cf4f024420
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-04 11:31:08 +01:00
Ettore Di Giacinto
3c0ac49d90
chore(model gallery): add bark-cpp-small ( #4318 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-04 09:32:42 +01:00
Ettore Di Giacinto
4307ae5d52
chore(model gallery): add flux.1-dev-ggml ( #4317 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-04 09:26:51 +01:00
Ettore Di Giacinto
50f71f73d7
chore(model gallery): add homercreativeanvita-mix-qw7b ( #4316 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-04 09:17:23 +01:00
Ettore Di Giacinto
dc04a43868
chore(model gallery): add chatty-harry_v3.0 ( #4315 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-04 09:15:47 +01:00
Ettore Di Giacinto
cc04b62d3a
chore(model gallery): add cybercore-qwen-2.1-7b ( #4314 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-04 09:15:35 +01:00
LocalAI [bot]
feb54e65c2
chore: ⬆️ Update ggerganov/llama.cpp to cc98896db858df7aa40d0e16a505883ef196a482 ( #4312 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-12-03 23:53:11 +00:00
Ettore Di Giacinto
44a5dac312
feat(backend): add stablediffusion-ggml ( #4289 )
...
* feat(backend): add stablediffusion-ggml
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(ci): track stablediffusion-ggml
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Use default scheduler and sampler if not specified
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Move cfg scale out of diffusers block
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Make it working
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fix: set free_params_immediately to false to call the model in sequence
https://github.com/leejet/stable-diffusion.cpp/issues/366
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-03 22:41:22 +01:00
Ettore Di Giacinto
074b52bbfe
chore(model gallery): add bggpt-gemma-2-2.6b-it-v1.0 ( #4311 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-03 18:56:53 +01:00
Ettore Di Giacinto
236a60bab8
chore(model gallery): add qwen2.5-7b-homercreative-mix ( #4310 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-03 18:56:03 +01:00
Ettore Di Giacinto
7b70f0543b
chore(model gallery): add sparse-llama-3.1-8b-2of4 ( #4309 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-03 18:55:49 +01:00
LocalAI [bot]
5f33962932
chore: ⬆️ Update ggerganov/llama.cpp to 8648c521010620c2daccfa1d26015c668ba2c717 ( #4307 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-03 09:20:59 +01:00
dependabot[bot]
45b91d501e
chore(deps): Bump docs/themes/hugo-theme-relearn from 28fce6b to be85052 ( #4305 )
...
chore(deps): Bump docs/themes/hugo-theme-relearn
Bumps [docs/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn ) from `28fce6b` to `be85052`.
- [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases )
- [Commits](28fce6b04c...be85052efe )
---
updated-dependencies:
- dependency-name: docs/themes/hugo-theme-relearn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 22:47:37 +00:00
Ettore Di Giacinto
e51792784a
chore(deps): bump grpcio to 1.68.1 ( #4301 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-02 19:13:26 +01:00
LocalAI [bot]
28594336e9
chore: ⬆️ Update ggerganov/llama.cpp to 5e1ed95583ca552a98d8528b73e1ff81249c2bf9 ( #4299 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-12-01 21:44:59 +00:00
Ettore Di Giacinto
9c9359fc96
chore(model gallery): add teleut-7b ( #4298 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-01 10:12:48 +01:00
Ettore Di Giacinto
bc5d1f255b
chore(model gallery): add skywork-o1-open-llama-3.1-8b ( #4297 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-01 10:12:35 +01:00
Ettore Di Giacinto
0fcefbc168
chore(model gallery): add volare-i1 ( #4296 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-12-01 10:12:17 +01:00
LocalAI [bot]
9044b17e4d
chore: ⬆️ Update ggerganov/llama.cpp to 0c39f44d70d058940fe2afe50cfc789e3e44d756 ( #4295 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-30 21:46:07 +00:00
Ettore Di Giacinto
ad31daf03b
chore(model gallery): add qwestion-24b ( #4294 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-30 11:18:25 +01:00
Ettore Di Giacinto
1167487f5e
chore(model gallery): add freyja-v4.95-maldv-7b-non-fiction-i1 ( #4293 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-30 11:15:05 +01:00
Ettore Di Giacinto
61358e4d35
chore(model gallery): add q2.5-32b-slush-i1 ( #4292 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-30 11:02:41 +01:00
LocalAI [bot]
2c8a87b1e4
chore: ⬆️ Update ggerganov/llama.cpp to 3a8e9af402f7893423bdab444aa16c5d9a2d429a ( #4290 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-29 21:58:24 +00:00
LocalAI [bot]
55aad5f525
chore: ⬆️ Update ggerganov/llama.cpp to dc22344088a7ee81a1e4f096459b03a72f24ccdc ( #4288 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-28 23:04:31 +00:00
Ettore Di Giacinto
58ff47de26
feat(bark-cpp): add new bark.cpp backend ( #4287 )
...
* feat(bark-cpp): add new bark.cpp backend
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* build on linux only for now
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* track bark.cpp in CI bumps
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop old entries from bumper
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* No need to test rwkv specifically, now part of llama.cpp
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-28 22:16:44 +01:00
mintyleaf
0d6c3a7d57
feat: include tokens usage for streamed output ( #4282 )
...
Use pb.Reply instead of []byte with Reply.GetMessage() in llama grpc to get the proper usage data in reply streaming mode at the last [DONE] frame
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-28 14:47:56 +01:00
Ettore Di Giacinto
e001fada6c
chore(model gallery): add llama-smoltalk-3.2-1b-instruct ( #4285 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-28 09:35:38 +01:00
Ettore Di Giacinto
f4547fcf8a
chore(model gallery): add qwq-32b-preview ( #4284 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-28 09:34:44 +01:00
Ettore Di Giacinto
7b75e9de2d
fix(rwkv model): add stoptoken ( #4283 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-28 09:34:35 +01:00
Ettore Di Giacinto
cbedf2f428
fix(llama.cpp): embed metal file into result binary for darwin ( #4279 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-28 04:17:00 +00:00
LocalAI [bot]
0597f3b9e9
chore: ⬆️ Update ggerganov/llama.cpp to 3ad5451f3b75809e3033e4e577b9f60bcaf6676a ( #4280 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-27 22:24:47 +00:00
Ettore Di Giacinto
5f688d7a8d
chore(model): add eva-qwen2.5-72b-v0.2 to the gallery ( #4278 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-27 19:02:05 +01:00
Ettore Di Giacinto
fa20628b3a
chore(model): add llama-3.1-tulu-3-8b-sft to the gallery ( #4277 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-27 19:01:54 +01:00
Ettore Di Giacinto
13bf048cfc
chore(model): add llama-3.1-tulu-3-70b-dpo model config ( #4276 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-27 18:44:53 +01:00
Ettore Di Giacinto
bdd6920910
chore(model): add q2.5-ms-mistoria-72b-v2 model config ( #4275 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-27 16:56:55 +01:00
Ettore Di Giacinto
3c3050f68e
feat(backends): Drop bert.cpp ( #4272 )
...
* feat(backends): Drop bert.cpp
use llama.cpp 3.2 as a drop-in replacement for bert.cpp
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(tests): make test more robust
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-27 16:34:28 +01:00
LocalAI [bot]
1688ba7f2a
chore: ⬆️ Update ggerganov/llama.cpp to 30ec39832165627dd6ed98938df63adfc6e6a21a ( #4273 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-27 15:19:15 +01:00
Ettore Di Giacinto
e8128a339a
chore(scripts): handle summarization errors ( #4271 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-26 14:51:55 +01:00
Ettore Di Giacinto
369110e6bf
chore(model): add rwkv-6-world-7b to the gallery ( #4270 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-26 14:51:37 +01:00
Ettore Di Giacinto
2b62260b6d
feat(models): use rwkv from llama.cpp ( #4264 )
...
feat(rwkv): use rwkv from llama.cpp
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-26 14:22:55 +01:00
Ettore Di Giacinto
03800ccceb
Revert "chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in /back… ( #4268 )
...
Revert "chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in /backend/pyth…"
This reverts commit 6c8e870812 .
2024-11-26 14:22:10 +01:00
Ettore Di Giacinto
f1b86d6e7f
Revert "chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in /backend/python/openvoice" ( #4267 )
...
Revert "chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in /backe…"
This reverts commit 0f8f249465 .
2024-11-26 14:22:03 +01:00
Ettore Di Giacinto
404ca3cc23
chore(deps): bump llama.cpp to 47f931c8f9a26c072d71224bc8013cc66ea9e445 ( #4263 )
...
chore(deps): bump llama.cpp to '47f931c8f9a26c072d71224bc8013cc66ea9e445'
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-26 11:12:57 +01:00
Ettore Di Giacinto
7492179c67
chore(model): add llama-3.1_openscholar-8b to the gallery ( #4262 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-26 09:50:24 +01:00
dependabot[bot]
eeb22317b5
chore(deps): Bump dcarbone/install-yq-action from 1.3.0 to 1.3.1 ( #4253 )
...
Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/dcarbone/install-yq-action/releases )
- [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.3.0...v1.3.1 )
---
updated-dependencies:
- dependency-name: dcarbone/install-yq-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 09:49:29 +01:00
LocalAI [bot]
9b46dcf006
chore(model-gallery): ⬆️ update checksum ( #4261 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-26 09:49:05 +01:00
dependabot[bot]
6c8e870812
chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in /backend/python/openvoice ( #4249 )
...
chore(deps): Bump faster-whisper in /backend/python/openvoice
Bumps [faster-whisper](https://github.com/SYSTRAN/faster-whisper ) from 0.9.0 to 1.1.0.
- [Release notes](https://github.com/SYSTRAN/faster-whisper/releases )
- [Commits](https://github.com/SYSTRAN/faster-whisper/compare/v0.9.0...v1.1.0 )
---
updated-dependencies:
- dependency-name: faster-whisper
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 00:54:12 +00:00
dependabot[bot]
0f8f249465
chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in /backend/python/openvoice ( #4248 )
...
chore(deps): Bump whisper-timestamped in /backend/python/openvoice
Bumps [whisper-timestamped](https://github.com/linto-ai/whisper-timestamped ) from 1.14.2 to 1.15.8.
- [Release notes](https://github.com/linto-ai/whisper-timestamped/releases )
- [Commits](https://github.com/linto-ai/whisper-timestamped/compare/v1.14.2...v1.15.8 )
---
updated-dependencies:
- dependency-name: whisper-timestamped
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 21:28:44 +00:00
Ettore Di Giacinto
720ffc1d9d
chore(model): add steyrcannon-0.2-qwen2.5-72b to the gallery ( #4244 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-25 09:25:55 +01:00
Ettore Di Giacinto
5c4e4c1cbc
chore(model): add tulu-3.1-8b-supernova-i1 to the gallery ( #4243 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-25 09:25:44 +01:00
Ettore Di Giacinto
32ca4a51e5
chore(model): add qwen2.5-coder-32b-instruct-uncensored-i1 to the gallery ( #4241 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-25 09:25:33 +01:00
Ettore Di Giacinto
dbe98229e8
chore(model): add dark-chivalry_v1.0-i1 to the gallery ( #4242 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-25 09:22:11 +01:00
LocalAI [bot]
1de20331ca
chore: ⬆️ Update ggerganov/llama.cpp to cce5a9007572c6e9fa522296b77571d2e5071357 ( #4238 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-24 22:03:48 +00:00
Ettore Di Giacinto
7d2f213dc8
chore(model): add l3.1-aspire-heart-matrix-8b to the gallery ( #4237 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-24 10:46:40 +01:00
Ettore Di Giacinto
76c8d0b868
chore(model): add qwen2.5-3b-smart-i1 to the gallery ( #4236 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-24 10:46:29 +01:00
Ettore Di Giacinto
aae7e5fe99
chore(model): add llama-sentient-3.2-3b-instruct to the gallery ( #4235 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-24 10:46:19 +01:00
Adam Monsen
9cb30bedeb
integrations: add Nextcloud ( #4233 )
...
Signed-off-by: Adam Monsen <haircut@gmail.com >
2024-11-24 10:33:18 +01:00
LocalAI [bot]
f1a72f3a16
chore: ⬆️ Update ggerganov/llama.cpp to 55ed008b2de01592659b9eba068ea01bb2f72160 ( #4232 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-23 22:14:37 +00:00
Ettore Di Giacinto
a04cf9543d
chore(model): add onellm-doey-v1-llama-3.2-3b to the gallery ( #4230 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-23 11:09:24 +01:00
Ettore Di Giacinto
7a973c8c16
chore(model): add marco-o1 to the gallery ( #4229 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-23 11:03:43 +01:00
Ettore Di Giacinto
66b06f43af
chore(model): add llama-3.1-tulu-3-8b-dpo to the gallery ( #4228 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-23 11:03:26 +01:00
LocalAI [bot]
74134ef99a
chore: ⬆️ Update ggerganov/llama.cpp to 6dfcfef0787e9902df29f510b63621f60a09a50b ( #4227 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-22 21:41:52 +00:00
Ettore Di Giacinto
f5fdef72e3
chore(model): add llama-3.1-8b-instruct-ortho-v3 to the gallery ( #4226 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-22 11:33:20 +01:00
Ettore Di Giacinto
cfc45dff37
chore(model): add copus-2x8b-i1 to the gallery ( #4225 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-22 11:33:04 +01:00
JackBekket
30f641fe12
add new community integrations ( #4224 )
2024-11-22 11:32:50 +01:00
Ettore Di Giacinto
76f5ba1412
chore(model): add llama-doctor-3.2-3b-instruct to the gallery ( #4223 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-22 11:32:10 +01:00
Ettore Di Giacinto
b601535cdd
models(gallery): add llama-mesh ( #4222 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-22 11:25:28 +01:00
GPTLocalhost (Word Add-in)
c9c58a24a8
chore(docs): integrating LocalAI with Microsoft Word ( #4218 )
...
Integrating LocalAI with Microsoft Word
Signed-off-by: GPTLocalhost (Word Add-in) <72584872+GPTLocalhost@users.noreply.github.com >
2024-11-22 09:57:39 +01:00
LocalAI [bot]
4e3df95737
chore: ⬆️ Update ggerganov/llama.cpp to a5e47592b6171ae21f3eaa1aba6fb2b707875063 ( #4221 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-21 22:34:56 +00:00
Ettore Di Giacinto
f028ee8a26
fix(p2p): parse correctly ExtraLLamaCPPArgs ( #4220 )
...
Previously we were sensible when args aren't defined and we would clash
parsing extra args.
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-21 15:17:48 +01:00
Ettore Di Giacinto
47dc4337ba
fix(p2p): parse maddr correctly ( #4219 )
...
Previously in case of not specifying a value it would pass a slice of 1
empty element
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-21 14:06:49 +01:00
Ettore Di Giacinto
fa6fcdf53e
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-21 11:05:00 +01:00
Ettore Di Giacinto
163ca74590
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-21 10:04:45 +01:00
Ettore Di Giacinto
961a993b88
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-21 09:56:05 +01:00
Ettore Di Giacinto
46847f3bd4
Update README.md
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-21 09:54:41 +01:00
rmmonster
f03bbf3188
fix : #4215 404 in documentation due to migrated configuration examples ( #4216 )
...
update link to examples which have moved to their own repository
Signed-off-by: Philipp Seelig <philipp@daxbau.net >
Co-authored-by: Philipp Seelig <philipp@daxbau.net >
Co-authored-by: Dave <dave@gray101.com >
2024-11-21 09:47:11 +01:00
LocalAI [bot]
73ab921391
chore: ⬆️ Update ggerganov/llama.cpp to 9abe9eeae98b11fa93b82632b264126a010225ff ( #4212 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-21 00:24:16 +00:00
LocalAI [bot]
eaf0e3022a
feat(swagger): update swagger ( #4211 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-20 23:10:51 +01:00
Ettore Di Giacinto
7adbc16bae
chore(model): add silero-vad to the gallery ( #4210 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-20 19:11:29 +01:00
Ettore Di Giacinto
76d813ed1c
chore(go.mod): tidy ( #4209 )
...
chore(go.mod): tidy
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-20 18:13:42 +01:00
Ettore Di Giacinto
4f1ab2366d
chore(refactor): imply modelpath ( #4208 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-20 18:06:35 +01:00
Ettore Di Giacinto
51e0db367a
chore(go.mod): add valyala/fasttemplate ( #4207 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-20 16:54:25 +01:00
Ettore Di Giacinto
c20e145aa5
fix(go.mod): add urfave/cli v2 ( #4206 )
...
chore(go.mod): add urfave/cli v2
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-20 15:46:42 +01:00
Ettore Di Giacinto
b1ea9318e6
feat(silero): add Silero-vad backend ( #4204 )
...
* feat(vad): add silero-vad backend (WIP)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* feat(vad): add API endpoint
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fix(vad): correctly place the onnxruntime libs
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(vad): hook silero-vad to binary and container builds
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* feat(gRPC): register VAD Server
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fix(Makefile): consume ONNX_OS consistently
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fix(Makefile): handle macOS
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-20 14:48:40 +01:00
mintyleaf
9892d7d584
feat(p2p): add support for configuration of edgevpn listen_maddrs, dht_announce_maddrs and bootstrap_peers ( #4200 )
...
* add support for edgevpn listen_maddrs, dht_announce_maddrs, dht_bootstrap_peers
* upd docs for libp2p loglevel
2024-11-20 14:18:52 +01:00
LocalAI [bot]
96377feff6
chore: ⬆️ Update ggerganov/llama.cpp to 9fe0fb062630728e3c21b5839e3bce87bff2440a ( #4203 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-20 09:19:19 +01:00
LocalAI [bot]
eeeedaf5c6
chore: ⬆️ Update ggerganov/whisper.cpp to 6266a9f9e56a5b925e9892acf650f3eb1245814d ( #4202 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-20 00:15:59 +00:00
mintyleaf
de148cb2ad
feat: add WebUI API token authorization ( #4197 )
...
* return 401 instead of 403, provide www-authenticate header, redirect to the login page, add cookie token support
* set cookies completely through js in auth page
2024-11-19 18:43:02 +01:00
Ettore Di Giacinto
8a4df3af99
chore(deps): bump sycl intel image ( #4201 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-19 18:42:48 +01:00
dependabot[bot]
cfb0ac3992
chore(deps): Bump appleboy/ssh-action from 1.1.0 to 1.2.0 ( #4183 )
...
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/appleboy/ssh-action/releases )
- [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml )
- [Commits](https://github.com/appleboy/ssh-action/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: appleboy/ssh-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 08:43:30 +01:00
dependabot[bot]
57de92e727
chore(deps): Bump dcarbone/install-yq-action from 1.2.0 to 1.3.0 ( #4182 )
...
Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/dcarbone/install-yq-action/releases )
- [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: dcarbone/install-yq-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 08:43:13 +01:00
LocalAI [bot]
ccf64cd7e2
chore: ⬆️ Update ggerganov/whisper.cpp to d24f981fb2fbf73ec7d72888c3129d1ed3f91916 ( #4195 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-19 08:42:43 +01:00
LocalAI [bot]
47c4248703
chore: ⬆️ Update ggerganov/llama.cpp to d3481e631661b5e9517f78908cdd58cee63c4903 ( #4196 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-19 08:42:09 +01:00
dependabot[bot]
faf203eeb3
chore(deps): Bump sentence-transformers from 3.3.0 to 3.3.1 in /backend/python/sentencetransformers ( #4178 )
...
chore(deps): Bump sentence-transformers
Bumps [sentence-transformers](https://github.com/UKPLab/sentence-transformers ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/UKPLab/sentence-transformers/releases )
- [Commits](https://github.com/UKPLab/sentence-transformers/compare/v3.3.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: sentence-transformers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 21:03:37 +00:00
Ettore Di Giacinto
534cdf1306
chore(model): add miniclaus-qw1.5b-unamgs to the gallery ( #4177 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-18 14:41:52 +01:00
Ettore Di Giacinto
569171ae97
chore(model): add evathene-v1.0 to the gallery ( #4176 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-18 14:36:37 +01:00
Ettore Di Giacinto
b10c4ad90f
chore(model): add l3.1-nemotron-sunfall-v0.7.0-i1 to the gallery ( #4175 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-18 14:33:54 +01:00
Ettore Di Giacinto
a7db97e033
chore(Makefile): default to non-native builds for llama.cpp ( #4173 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-18 13:59:06 +01:00
Ettore Di Giacinto
e0acc149fe
chore(model): add llama3.2-3b-shiningvaliant2-i1 to the gallery ( #4174 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-18 11:57:37 +01:00
Ettore Di Giacinto
61e14ad10b
chore(model): add qwen2.5-7b-nerd-uncensored-v1.7 to the gallery ( #4171 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-17 13:22:25 +01:00
LocalAI [bot]
a028d97888
chore: ⬆️ Update ggerganov/llama.cpp to db4cfd5dbc31c90f0d5c413a2e182d068b8ee308 ( #4169 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-17 10:24:51 +01:00
Ettore Di Giacinto
e898e0bdc2
fix(hipblas): disable avx flags when accellerated bins are used ( #4167 )
...
chore(hipblas): disable avx flags when accellerated bins are used
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-17 10:23:59 +01:00
LocalAI [bot]
8b0b326875
chore: ⬆️ Update ggerganov/whisper.cpp to 01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93 ( #4163 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-16 21:55:32 +00:00
Ettore Di Giacinto
57e793482a
chore(deps): bump grpcio to 1.68.0 ( #4166 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-16 10:33:47 +01:00
LocalAI [bot]
9b1d53f109
chore(model-gallery): ⬆️ update checksum ( #4165 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-16 09:10:59 +01:00
LocalAI [bot]
f6adcd49fb
chore: ⬆️ Update ggerganov/llama.cpp to 883d206fbd2c5b2b9b589a9328503b9005e146c9 ( #4164 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-15 21:41:43 +00:00
Ettore Di Giacinto
65bcc01a34
chore(model): add athene-v2-chat to the gallery ( #4162 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-15 16:21:43 +01:00
Ettore Di Giacinto
3200090901
chore(model): add athene-v2-agent to the gallery ( #4161 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-15 15:45:24 +01:00
Ettore Di Giacinto
6516c093cb
chore(model): add magnum-v2-4b-i1 to the gallery ( #4160 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-15 14:57:45 +01:00
Ettore Di Giacinto
f69afb457c
chore(model): add l3.1-ms-astoria-70b-v2 to the gallery ( #4159 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-15 14:48:29 +01:00
Ettore Di Giacinto
c53c0b068b
models(gallery): add q2.5-ms-mistoria-72b-i1 ( #4158 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-15 14:42:19 +01:00
Ettore Di Giacinto
939fbe59cc
chore(deps): bump llama-cpp to ae8de6d50a09d49545e0afab2e50cc4acfb280e2 ( #4157 )
...
* chore(deps): bump llama-cpp to ae8de6d50a09d49545e0afab2e50cc4acfb280e2
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fix(metal): metal file has moved
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-15 12:51:43 +01:00
LocalAI [bot]
62d0d004fa
feat(swagger): update swagger ( #4155 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-14 21:36:53 +00:00
Ettore Di Giacinto
de2b5748c3
chore(model): add l3.1-8b-slush-i1 to the gallery ( #4152 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 15:38:13 +01:00
Ettore Di Giacinto
065215341f
chore(model): add magnum-12b-v2.5-kto-i1 to the gallery ( #4151 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 15:38:00 +01:00
Ettore Di Giacinto
1770b92fb6
chore(api): return values from schema ( #4153 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 14:12:29 +01:00
Ettore Di Giacinto
a73c660fee
chore(linguist): add *.hpp files to linguist-vendored ( #4154 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 14:12:16 +01:00
Ettore Di Giacinto
b7d757186c
chore(model): add llama-3.1-8b-arliai-rpmax-v1.3 to the gallery ( #4150 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 11:34:22 +01:00
Ettore Di Giacinto
1ef379854e
chore(model): add llama3.2-3b-enigma to the gallery ( #4149 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 11:30:38 +01:00
Ettore Di Giacinto
216838b5da
chore(model): add qwen2.5-32b-arliai-rpmax-v1.3 to the gallery ( #4148 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 11:14:36 +01:00
Ettore Di Giacinto
6ce0c0e4df
chore(model): add llama3.1-8b-cobalt to the gallery ( #4147 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 11:07:47 +01:00
Ettore Di Giacinto
8ab7517294
models(gallery): add llama3.1-8b-enigma ( #4146 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 11:04:36 +01:00
Ettore Di Giacinto
8a89aafc8c
models(gallery): add celestial-harmony-14b-v1.0-experimental-1016-i1 ( #4145 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 10:59:54 +01:00
Ettore Di Giacinto
c222b2b7c0
models(gallery): add tess-3-llama-3.1-70b ( #4143 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-14 09:41:35 +01:00
LocalAI [bot]
5b166df96a
chore: ⬆️ Update ggerganov/llama.cpp to fb4a0ec0833c71cff5a1a367ba375447ce6106eb ( #4140 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-13 22:31:57 +01:00
LocalAI [bot]
489cb90322
chore: ⬆️ Update ggerganov/whisper.cpp to f19463ece2d43fd0b605dc513d8800eeb4e2315e ( #4139 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-13 22:31:35 +01:00
Ettore Di Giacinto
c1d76290dc
models(gallery): add mistral-nemo-prism-12b ( #4141 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-13 22:09:48 +01:00
Ettore Di Giacinto
668ec2fadc
models(gallery): add eva-qwen2.5-72b-v0.1-i1 ( #4136 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-13 09:45:02 +01:00
Ettore Di Giacinto
ee4f1210bb
models(gallery): add rombos-coder-v2.5-qwen-14b ( #4135 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-13 09:42:26 +01:00
Ettore Di Giacinto
aebaf71be6
models(gallery): add rombos-coder-v2.5-qwen-32b ( #4134 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-13 09:37:08 +01:00
Ettore Di Giacinto
1db504353c
models(gallery): add rombos-coder-v2.5-qwen-7b ( #4133 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-13 09:33:32 +01:00
Ettore Di Giacinto
b36ced8681
models(gallery): add qwen2.5-coder-7b-instruct-abliterated-i1 ( #4132 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-12 12:33:39 +01:00
Ettore Di Giacinto
5de277cc78
models(gallery): add qwen2.5-coder-7b-3x-instruct-ties-v1.2-i1 ( #4131 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-12 12:26:43 +01:00
Ettore Di Giacinto
daf1b25476
models(gallery): add qwen2.5-coder-7b-instruct ( #4130 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-12 12:19:46 +01:00
Ettore Di Giacinto
e76bdaf61b
models(gallery): add qwen2.5-coder-1.5b-instruct ( #4129 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-12 12:14:05 +01:00
Ettore Di Giacinto
f3aeec6a4d
models(gallery): add qwen2.5-coder-14b-instruct ( #4128 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-12 12:07:27 +01:00
Ettore Di Giacinto
4e2a5719e7
models(gallery): add qwen2.5-coder-32b-instruct ( #4127 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-12 12:03:14 +01:00
Ettore Di Giacinto
fe7ffdbc63
models(gallery): add qwen2.5-coder-3b-instruct ( #4126 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-12 11:55:05 +01:00
Ettore Di Giacinto
8079ffee25
models(gallery): add qwen2.5-coder-14b ( #4125 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-12 11:44:21 +01:00
Ikko Eltociear Ashimine
9688f516e0
chore: update jobresult_test.go ( #4124 )
...
recieve -> receive
Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com >
2024-11-12 08:52:18 +01:00
LocalAI [bot]
7903e1f6fa
chore: ⬆️ Update ggerganov/llama.cpp to 54ef9cfc726a799e6f454ac22c4815d037716eda ( #4122 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-12 00:53:49 +00:00
dependabot[bot]
1ec64bf683
chore(deps): Bump sentence-transformers from 3.2.0 to 3.3.0 in /backend/python/sentencetransformers ( #4120 )
...
chore(deps): Bump sentence-transformers
Bumps [sentence-transformers](https://github.com/UKPLab/sentence-transformers ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/UKPLab/sentence-transformers/releases )
- [Commits](https://github.com/UKPLab/sentence-transformers/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: sentence-transformers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 22:54:57 +01:00
dependabot[bot]
2daf638ef8
chore(deps): Bump dcarbone/install-yq-action from 1.1.1 to 1.2.0 ( #4114 )
...
Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/dcarbone/install-yq-action/releases )
- [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.1.1...v1.2.0 )
---
updated-dependencies:
- dependency-name: dcarbone/install-yq-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 22:54:32 +01:00
Ettore Di Giacinto
bc25890a65
Revert "chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in /backend/python/transformers" ( #4123 )
...
Revert "chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in /backend/python…"
This reverts commit 066fcce57b .
2024-11-11 22:53:38 +01:00
dependabot[bot]
066fcce57b
chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in /backend/python/transformers ( #4117 )
...
chore(deps): Bump setuptools in /backend/python/transformers
Bumps [setuptools](https://github.com/pypa/setuptools ) from 69.5.1 to 75.4.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v69.5.1...v75.4.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 21:42:24 +00:00
Ettore Di Giacinto
94fe07d073
models(gallery): add mn-tiramisu-12b ( #4110 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-11 15:48:09 +01:00
Ettore Di Giacinto
8252a66034
models(gallery): add calme-3 llamaloi series ( #4109 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-11 15:28:01 +01:00
Ettore Di Giacinto
5ab0ae9de5
models(gallery): add calme-3 qwenloi series ( #4108 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-11 15:21:09 +01:00
Ettore Di Giacinto
7e2ef630aa
models(gallery): add calme-3 qwen2.5 series ( #4107 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-11 15:10:05 +01:00
LocalAI [bot]
e7d3efec14
docs: ⬆️ update docs version mudler/LocalAI ( #4105 )
...
⬆️ Update docs version mudler/LocalAI
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-11 08:55:54 +01:00
LocalAI [bot]
4f5ec946ac
chore: ⬆️ Update ggerganov/llama.cpp to 4b3a9212b602be3d4e2e3ca26efd796cef13c55e ( #4106 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-10 21:56:55 +00:00
Ettore Di Giacinto
9099d0c77e
models(gallery): add tq2.5-14b-sugarquill-v1 ( #4104 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-10 11:50:38 +01:00
Ettore Di Giacinto
b69614c2b3
models(gallery): add tissint-14b-128k-rp ( #4103 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-10 10:38:19 +01:00
Ettore Di Giacinto
068b90a6dc
models(gallery): add opencoder-1.5b instruct and base ( #4102 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-10 10:32:12 +01:00
Ettore Di Giacinto
0586fe2d9c
models(gallery): add opencoder-8b instruct and base ( #4101 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-10 10:28:47 +01:00
LocalAI [bot]
f1e03bf474
chore: ⬆️ Update ggerganov/llama.cpp to 6423c65aa8be1b98f990cf207422505ac5a441a1 ( #4100 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-09 22:13:13 +00:00
Ettore Di Giacinto
7f0093b2c9
models(gallery): add eva-qwen2.5-14b-v0.2 ( #4099 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-09 09:01:15 +01:00
Ettore Di Giacinto
e8431d62a2
models(gallery): add llenn-v0.75-qwen2.5-72b-i1 ( #4098 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-09 08:58:09 +01:00
LocalAI [bot]
adafd7cf23
chore: ⬆️ Update ggerganov/llama.cpp to ec450d3bbf9fdb3cd06b27c00c684fd1861cb0cf ( #4097 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-08 23:00:05 +00:00
Ettore Di Giacinto
6daef00d30
chore(refactor): drop unnecessary code in loader ( #4096 )
...
* chore: simplify passing options to ModelOptions
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore(refactor): do not expose internal backend Loader
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-08 21:54:25 +01:00
Ettore Di Giacinto
a0cdd19038
models(gallery): add tess-r1-limerick-llama-3.1-70b ( #4095 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-08 11:54:40 +01:00
Ettore Di Giacinto
d454118887
fix(container-images): install uv as system package ( #4094 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-08 11:47:43 +01:00
LocalAI [bot]
356f23bacb
chore: ⬆️ Update ggerganov/whisper.cpp to 31aea563a83803c710691fed3e8d700e06ae6788 ( #4092 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-08 08:36:08 +01:00
LocalAI [bot]
196c249367
chore: ⬆️ Update ggerganov/llama.cpp to 97404c4a0374cac45c8c34a32d13819de1dd023d ( #4093 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-07 22:55:56 +00:00
Ettore Di Giacinto
e2a8dd64db
fix(tts): correctly pass backend config when generating model options ( #4091 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-07 18:30:22 +01:00
Ettore Di Giacinto
20a5b20b59
chore(p2p): enhance logging ( #4090 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-07 18:09:33 +01:00
Ettore Di Giacinto
06d0d00231
models(gallery): add valor-7b-v0.1 ( #4089 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-07 10:05:50 +01:00
Ettore Di Giacinto
62c7f745ca
models(gallery): add q25-1.5b-veolu ( #4088 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-07 10:05:20 +01:00
LocalAI [bot]
551faa8ddb
chore: ⬆️ Update ggerganov/llama.cpp to 5c333e014059122245c318e7ed4ec27d1085573c ( #4087 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-06 21:48:57 +00:00
Ettore Di Giacinto
2c041a2077
feat(ui): move model detailed info to a modal ( #4086 )
...
* feat(ui): move model detailed info to a modal
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore: add static asset
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-06 18:25:59 +01:00
Ettore Di Giacinto
c4af769d4f
chore: hide raw safetensors files ( #4085 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-06 12:04:39 +01:00
Ettore Di Giacinto
b425a870b0
fix(diffusers): correctly parse height and width request without parametrization ( #4082 )
...
* fix(diffusers): allow to specify width and height without enable-parameters
Let's simplify usage by not gating width and height by parameters
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore: use sane defaults
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-06 08:53:02 +01:00
LocalAI [bot]
b59e16742e
chore: ⬆️ Update ggerganov/llama.cpp to b8deef0ec0af5febac1d2cfd9119ff330ed0b762 ( #4083 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-05 21:40:48 +00:00
Ettore Di Giacinto
947224b952
feat(diffusers): allow multiple lora adapters ( #4081 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-05 15:14:33 +01:00
LocalAI [bot]
20cd8814c1
chore(model-gallery): ⬆️ update checksum ( #4080 )
...
⬆️ Checksum updates in gallery/index.yaml
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-05 08:38:34 +01:00
LocalAI [bot]
ce8045f521
chore: ⬆️ Update ggerganov/llama.cpp to d5a409e57fe8bd24fef597ab8a31110d390a6392 ( #4079 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-11-05 05:01:26 +00:00
Ettore Di Giacinto
1bf5a11437
models(gallery): add g2-9b-sugarquill-v0 ( #4073 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-04 22:30:17 +01:00
Ettore Di Giacinto
2daa5e6be0
models(gallery): add cybertron-v4-qw7b-mgs ( #4063 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-04 22:30:07 +01:00
Ettore Di Giacinto
b91aa288b5
models(gallery): add g2-9b-aletheia-v1 ( #4056 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-04 19:59:14 +01:00
Ettore Di Giacinto
43187d1aba
models(gallery): add llama-3.1-whiterabbitneo-2-8b ( #4043 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-04 11:28:16 +01:00
Ettore Di Giacinto
97b730e238
models(gallery): add whiterabbitneo-2.5-qwen-2.5-coder-7b ( #4042 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-04 11:23:17 +01:00
LocalAI [bot]
d11ed5287b
chore: ⬆️ Update ggerganov/llama.cpp to 9f409893519b4a6def46ef80cd6f5d05ac0fb157 ( #4041 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-04 09:30:04 +01:00
LocalAI [bot]
81ac490202
chore: ⬆️ Update mudler/go-piper to e10ca041a885d4a8f3871d52924b47792d5e5aa0 ( #3949 )
...
⬆️ Update mudler/go-piper
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-03 21:39:43 +00:00
LocalAI [bot]
e53dd4a57b
chore: ⬆️ Update ggerganov/llama.cpp to 9830b6923b61f1e652a35afeac77aa5f886dad09 ( #4040 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-03 13:01:56 +00:00
Ettore Di Giacinto
d274df2fe2
models(gallery): add control-8b-v1.1 ( #4039 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-03 10:00:20 +01:00
Arnaud A
0b3a55b9fe
docs: Update documentation for text-to-audio feature regarding response_format ( #4038 )
2024-11-03 02:15:54 +00:00
LocalAI [bot]
abd5eea66d
chore: ⬆️ Update ggerganov/llama.cpp to 42cadc74bda60afafb45b71b1a39d150ede0ed4d ( #4037 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-02 22:33:55 +00:00
Arnaud A
65c3df392c
feat(tts): Implement naive response_format for tts endpoint ( #4035 )
...
Signed-off-by: n-Arno <arnaud.alcabas@gmail.com >
2024-11-02 19:13:35 +00:00
Ettore Di Giacinto
57908df956
chore(docs): add top-header partial ( #4034 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-02 12:07:40 +01:00
Ettore Di Giacinto
26e522a558
models(gallery): add smollm2-1.7b-instruct ( #4033 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-02 11:01:39 +01:00
Ettore Di Giacinto
817685e4c1
models(gallery): add starcannon-unleashed-12b-v1.0 ( #4032 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-02 10:44:51 +01:00
LocalAI [bot]
bcad3f3018
chore: ⬆️ Update ggerganov/llama.cpp to 418f5eef262cea07c2af4f45ee6a88d882221fcb ( #4030 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-02 09:06:06 +01:00
LocalAI [bot]
303370ad87
chore: ⬆️ Update ggerganov/whisper.cpp to 0377596b77a3602e36430320cbe45f8c305ef04a ( #4031 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-01 22:17:04 +00:00
Ettore Di Giacinto
a9fb7174ba
models(gallery): add llama3.1-bestmix-chem-einstein-8b ( #4028 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-11-01 17:36:31 +01:00
LocalAI [bot]
6d6f50340f
chore: ⬆️ Update ggerganov/whisper.cpp to aa037a60f32018f32e54be3531ec6cc7802899eb ( #4026 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-11-01 11:22:22 +01:00
LocalAI [bot]
6a136b2a4b
chore: ⬆️ Update ggerganov/llama.cpp to ab3d71f97f5b2915a229099777af00d3eada1d24 ( #4025 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-31 21:40:33 +00:00
Ettore Di Giacinto
8f7045cfa6
chore(tests): bump timeouts ( #4024 )
...
To avoid flaky runs
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-10-31 15:40:43 +01:00
Ettore Di Giacinto
61c964dce7
fix(grpc): pass by modelpath ( #4023 )
...
Instead of trying to derive it from the model file. In backends that
specify HF url this results in a fragile logic.
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-31 12:12:22 +01:00
Ettore Di Giacinto
48d621c64e
models(gallery): add spiral-da-hyah-qwen2.5-72b-i1 ( #4022 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-31 10:28:26 +01:00
LocalAI [bot]
661dbbf2b4
chore: ⬆️ Update ggerganov/whisper.cpp to 19dca2bb1464326587cbeb7af00f93c4a59b01fd ( #4020 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-31 09:56:06 +01:00
LocalAI [bot]
254f644c5f
chore: ⬆️ Update ggerganov/llama.cpp to 61408e7fad082dc44a11c8a9f1398da4837aad44 ( #4021 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-31 09:55:42 +01:00
Ettore Di Giacinto
88edb1e2af
chore(tests): expand timeout ( #4019 )
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-10-30 15:34:44 +01:00
Ettore Di Giacinto
640a3f1bfe
chore(embedded): modify phi-2 configuration URL
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-10-30 10:58:03 +01:00
Ettore Di Giacinto
b1243453f4
chore(tests): fix examples url
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-10-30 10:57:21 +01:00
Ettore Di Giacinto
dfc651f643
chore(readme): update examples link
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-10-30 09:12:45 +01:00
Ettore Di Giacinto
d4978383ff
chore: create examples/README to redirect to the new repository
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-10-30 09:11:32 +01:00
Dave
cde0139363
chore: drop examples folder now that LocalAI-examples has been created ( #4017 )
...
Signed-off-by: Dave Lee <dave@gray101.com >
2024-10-30 09:10:33 +01:00
Ettore Di Giacinto
3d4bb757d2
chore(deps): bump llama-cpp to 8f275a7c4593aa34147595a90282cf950a853690 ( #4016 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-30 08:31:13 +01:00
LocalAI [bot]
a4e749c22f
chore: ⬆️ Update ggerganov/whisper.cpp to 55e422109b3504d1a824935cc2681ada7ee9fd38 ( #4015 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-29 22:01:46 +00:00
LocalAI [bot]
25a9685e2f
chore: ⬆️ Update ggerganov/whisper.cpp to d4bc413505b2fba98dffbb9a176ddd1b165941d0 ( #4005 )
...
⬆️ Update ggerganov/whisper.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-10-29 15:07:43 +01:00
LocalAI [bot]
94d417c2b7
chore: ⬆️ Update ggerganov/llama.cpp to 61715d5cc83a28181df6a641846e4f6a740f3c74 ( #4006 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-29 15:06:57 +01:00
Ettore Di Giacinto
b897d47e0f
chore(deps): bump grpcio to 1.67.1 ( #4009 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-29 15:04:21 +01:00
dependabot[bot]
3422d21346
chore(deps): Bump openai from 1.52.0 to 1.52.2 in /examples/functions ( #4000 )
...
Bumps [openai](https://github.com/openai/openai-python ) from 1.52.0 to 1.52.2.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.52.0...v1.52.2 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:30:03 +01:00
dependabot[bot]
a7917a2150
chore(deps): Bump frozenlist from 1.4.1 to 1.5.0 in /examples/langchain/langchainpy-localai-example ( #3992 )
...
chore(deps): Bump frozenlist
Bumps [frozenlist](https://github.com/aio-libs/frozenlist ) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/aio-libs/frozenlist/releases )
- [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/frozenlist/compare/v1.4.1...v1.5.0 )
---
updated-dependencies:
- dependency-name: frozenlist
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:29:20 +01:00
dependabot[bot]
7b23b894b4
chore(deps): Bump tqdm from 4.66.5 to 4.66.6 in /examples/langchain/langchainpy-localai-example ( #3991 )
...
chore(deps): Bump tqdm
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.66.5 to 4.66.6.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.66.6 )
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:28:10 +01:00
dependabot[bot]
15c083f731
chore(deps): Bump llama-index from 0.11.19 to 0.11.20 in /examples/chainlit ( #3990 )
...
chore(deps): Bump llama-index in /examples/chainlit
Bumps [llama-index](https://github.com/run-llama/llama_index ) from 0.11.19 to 0.11.20.
- [Release notes](https://github.com/run-llama/llama_index/releases )
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md )
- [Commits](https://github.com/run-llama/llama_index/compare/v0.11.19...v0.11.20 )
---
updated-dependencies:
- dependency-name: llama-index
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:27:44 +01:00
dependabot[bot]
293eaad69d
chore(deps): Bump openai from 1.52.0 to 1.52.2 in /examples/langchain-chroma ( #3989 )
...
chore(deps): Bump openai in /examples/langchain-chroma
Bumps [openai](https://github.com/openai/openai-python ) from 1.52.0 to 1.52.2.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.52.0...v1.52.2 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:26:45 +01:00
dependabot[bot]
605126db8a
chore(deps): Bump llama-index from 0.11.19 to 0.11.20 in /examples/langchain-chroma ( #3988 )
...
chore(deps): Bump llama-index in /examples/langchain-chroma
Bumps [llama-index](https://github.com/run-llama/llama_index ) from 0.11.19 to 0.11.20.
- [Release notes](https://github.com/run-llama/llama_index/releases )
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md )
- [Commits](https://github.com/run-llama/llama_index/compare/v0.11.19...v0.11.20 )
---
updated-dependencies:
- dependency-name: llama-index
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:26:12 +01:00
dependabot[bot]
3980beabd7
chore(deps): Bump docs/themes/hugo-theme-relearn from 06e70da to 28fce6b ( #3986 )
...
chore(deps): Bump docs/themes/hugo-theme-relearn
Bumps [docs/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn ) from `06e70da` to `28fce6b`.
- [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases )
- [Commits](06e70da8a6...28fce6b04c )
---
updated-dependencies:
- dependency-name: docs/themes/hugo-theme-relearn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:25:42 +01:00
Ettore Di Giacinto
11d3ce9edb
Revert "chore(deps): Bump torchvision from 0.18.1+rocm6.0 to 0.20.0+cu118 in /backend/python/diffusers" ( #4008 )
...
Revert "chore(deps): Bump torchvision from 0.18.1+rocm6.0 to 0.20.0+cu118 in …"
This reverts commit 14cb620cd8 .
2024-10-29 09:25:17 +01:00
dependabot[bot]
14cb620cd8
chore(deps): Bump torchvision from 0.18.1+rocm6.0 to 0.20.0+cu118 in /backend/python/diffusers ( #3997 )
...
chore(deps): Bump torchvision in /backend/python/diffusers
Bumps torchvision from 0.18.1+rocm6.0 to 0.20.0+cu118.
---
updated-dependencies:
- dependency-name: torchvision
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 23:33:35 +00:00
Ettore Di Giacinto
841dfefd62
models(gallery): add moe-girl-800ma-3bt ( #3995 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-28 19:41:34 +01:00
Ettore Di Giacinto
d1cb2467fd
models(gallery): add granite-3.0-1b-a400m-instruct ( #3994 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-28 19:33:52 +01:00
dependabot[bot]
a8e10f03e9
chore(deps): Bump openai from 1.51.2 to 1.52.2 in /examples/langchain/langchainpy-localai-example ( #3993 )
...
chore(deps): Bump openai
Bumps [openai](https://github.com/openai/openai-python ) from 1.51.2 to 1.52.2.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.51.2...v1.52.2 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 19:33:05 +01:00
Ettore Di Giacinto
94010a0a44
models(gallery): add meraj-mini ( #3987 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-28 19:12:59 +01:00
Ettore Di Giacinto
75bc933dc4
models(gallery): add l3-nymeria-maid-8b ( #3985 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-28 19:00:55 +01:00
Ettore Di Giacinto
8de0f21f7c
models(gallery): add llama-3-whiterabbitneo-8b-v2.0 ( #3984 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-28 16:35:24 +01:00
Ettore Di Giacinto
66b03b54cb
models(gallery): add magnum-v4-9b ( #3983 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-28 16:24:14 +01:00
Ettore Di Giacinto
9ea8159683
models(gallery): add delirium-v1 ( #3981 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-28 10:09:53 +01:00
Ettore Di Giacinto
c33083aeca
models(gallery): add quill-v1 ( #3980 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-28 09:59:21 +01:00
LocalAI [bot]
eb34f838f8
chore: ⬆️ Update ggerganov/llama.cpp to 8841ce3f439de6e770f70319b7e08b6613197ea7 ( #3979 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-27 21:43:51 +00:00
Ettore Di Giacinto
8327e85e34
models(gallery): add llama-3.1-hawkish-8b ( #3978 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-27 09:08:34 +01:00
Ettore Di Giacinto
a8c08d83d0
models(gallery): add l3.1-70blivion-v0.1-rc1-70b-i1 ( #3977 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-27 09:06:27 +01:00
LocalAI [bot]
e314cdcdde
chore: ⬆️ Update ggerganov/llama.cpp to cc2983d3753c94a630ca7257723914d4c4f6122b ( #3976 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-26 21:40:42 +00:00
Ettore Di Giacinto
4528e969c9
models(gallery): add thebeagle-v2beta-32b-mgs ( #3975 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-26 14:56:41 +02:00
Ettore Di Giacinto
175ae751ba
models(gallery): add llama-3.2-3b-instruct-uncensored ( #3974 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-26 14:56:02 +02:00
Ettore Di Giacinto
43bfdc9561
models(gallery): add darkest-muse-v1 ( #3973 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-26 14:52:55 +02:00
Ettore Di Giacinto
546dce68a6
chore: change url to github repository ( #3972 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-26 14:50:18 +02:00
Ettore Di Giacinto
82db2fa425
models(gallery): add llama-3.2-sun-2.5b-chat ( #3971 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-26 09:09:22 +02:00
Ettore Di Giacinto
a27af2d7ad
models(gallery): add llama3.1-darkstorm-aspire-8b ( #3970 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-26 09:05:18 +02:00
Ettore Di Giacinto
9f43f37150
models(gallery): add l3.1-moe-2x8b-v0.2 ( #3969 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-26 09:02:27 +02:00
Ettore Di Giacinto
3ad920b50a
fix(parler-tts): pin protobuf ( #3963 )
...
* fix(parler-tts): pin protobuf
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* debug
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Re-apply workaround
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-25 23:50:12 +02:00
LocalAI [bot]
dbe7ac484c
chore: ⬆️ Update ggerganov/llama.cpp to 668750357e66bfa3d1504b65699f5a0dfe3cb7cb ( #3965 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-25 21:42:18 +00:00
Ettore Di Giacinto
d9905ba050
fix(ci): drop grpcio-tools pin to apple CI test run ( #3964 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-25 12:59:37 +02:00
Ettore Di Giacinto
dd2e243997
chore(python): update backend sample to consume grpcio from venv ( #3961 )
...
Backends can as well depends on grpcio and require different versions from
the ones that are installed in the system.
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-25 12:32:48 +02:00
Ettore Di Giacinto
fd905b483b
fix(gallery): overrides for parler-tts in the gallery ( #3962 )
...
chore(parler-tts): fix overrides in the gallery
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2024-10-25 12:32:37 +02:00
Ettore Di Giacinto
9c5cd9b38b
fix(parler-tts): pin grpcio-tools ( #3960 )
...
Seems we require a specific version to build the backend files.
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2024-10-25 12:25:29 +02:00
Sertaç Özercan
07ce0a3c17
feat: add flux single file support ( #3959 )
...
feat: flux pipeline single file
Signed-off-by: Sertac Ozercan <sozercan@gmail.com >
2024-10-25 10:12:43 +02:00
LocalAI [bot]
5be2d22117
chore: ⬆️ Update ggerganov/llama.cpp to 958367bf530d943a902afa1ce1c342476098576b ( #3956 )
...
⬆️ Update ggerganov/llama.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com >
2024-10-24 22:45:26 +02:00