From 1dfc52de161ef2cb64a1435d24b389aae6d93ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:14:43 +0000 Subject: [PATCH 1/7] chore(deps): Bump intel-extension-for-pytorch from 2.3.110+xpu to 2.6.10+xpu in /backend/python/diffusers (#4973) chore(deps): Bump intel-extension-for-pytorch Bumps intel-extension-for-pytorch from 2.3.110+xpu to 2.6.10+xpu. --- updated-dependencies: - dependency-name: intel-extension-for-pytorch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/python/diffusers/requirements-intel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/diffusers/requirements-intel.txt b/backend/python/diffusers/requirements-intel.txt index eb7448b0..dcc473e6 100644 --- a/backend/python/diffusers/requirements-intel.txt +++ b/backend/python/diffusers/requirements-intel.txt @@ -1,5 +1,5 @@ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ -intel-extension-for-pytorch==2.3.110+xpu +intel-extension-for-pytorch==2.6.10+xpu torch==2.3.1+cxx11.abi torchvision==0.18.1+cxx11.abi oneccl_bind_pt==2.3.100+xpu From 879dc73eba94e2f4ffe30ed56f8f11c4c7fb4674 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 11 Mar 2025 08:29:05 +0100 Subject: [PATCH 2/7] Revert "chore(deps): Bump intel-extension-for-pytorch from 2.3.110+xpu to 2.6.10+xpu in /backend/python/diffusers" (#4992) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "chore(deps): Bump intel-extension-for-pytorch from 2.3.110+xpu to 2.6…" This reverts commit 1dfc52de161ef2cb64a1435d24b389aae6d93ff1. --- backend/python/diffusers/requirements-intel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/diffusers/requirements-intel.txt b/backend/python/diffusers/requirements-intel.txt index dcc473e6..eb7448b0 100644 --- a/backend/python/diffusers/requirements-intel.txt +++ b/backend/python/diffusers/requirements-intel.txt @@ -1,5 +1,5 @@ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ -intel-extension-for-pytorch==2.6.10+xpu +intel-extension-for-pytorch==2.3.110+xpu torch==2.3.1+cxx11.abi torchvision==0.18.1+cxx11.abi oneccl_bind_pt==2.3.100+xpu From fde8dbfc8073f8274dd13515c25df41549869ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 08:29:31 +0100 Subject: [PATCH 3/7] chore(deps): Bump appleboy/ssh-action from 1.2.1 to 1.2.2 (#4978) Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.1 to 1.2.2. - [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.2.1...v1.2.2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-explorer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-explorer.yaml b/.github/workflows/deploy-explorer.yaml index 4441565b..33ddd698 100644 --- a/.github/workflows/deploy-explorer.yaml +++ b/.github/workflows/deploy-explorer.yaml @@ -33,7 +33,7 @@ jobs: run: | CGO_ENABLED=0 make build-api - name: rm - uses: appleboy/ssh-action@v1.2.1 + uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.EXPLORER_SSH_HOST }} username: ${{ secrets.EXPLORER_SSH_USERNAME }} @@ -53,7 +53,7 @@ jobs: rm: true target: ./local-ai - name: restarting - uses: appleboy/ssh-action@v1.2.1 + uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.EXPLORER_SSH_HOST }} username: ${{ secrets.EXPLORER_SSH_USERNAME }} From d88ec1209eac5f88c386545978973589936737a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 09:39:04 +0100 Subject: [PATCH 4/7] chore(deps): Bump docs/themes/hugo-theme-relearn from `4a4b60e` to `9a020e7` (#4988) chore(deps): Bump docs/themes/hugo-theme-relearn Bumps [docs/themes/hugo-theme-relearn](https://github.com/McShelby/hugo-theme-relearn) from `4a4b60e` to `9a020e7`. - [Release notes](https://github.com/McShelby/hugo-theme-relearn/releases) - [Commits](https://github.com/McShelby/hugo-theme-relearn/compare/4a4b60ef048a8d78397eefb8be672b6df9fe0830...9a020e7eadb7d8203f5b01b18756c72d94773ec9) --- updated-dependencies: - dependency-name: docs/themes/hugo-theme-relearn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/themes/hugo-theme-relearn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 160000 => 100644 docs/themes/hugo-theme-relearn diff --git a/docs/themes/hugo-theme-relearn b/docs/themes/hugo-theme-relearn deleted file mode 160000 index 4a4b60ef..00000000 --- a/docs/themes/hugo-theme-relearn +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4a4b60ef048a8d78397eefb8be672b6df9fe0830 diff --git a/docs/themes/hugo-theme-relearn b/docs/themes/hugo-theme-relearn new file mode 100644 index 00000000..72f93372 --- /dev/null +++ b/docs/themes/hugo-theme-relearn @@ -0,0 +1 @@ +9a020e7eadb7d8203f5b01b18756c72d94773ec9 \ No newline at end of file From 156a98e2e7f05bc4977f75132b1759e3aa993aae Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 11 Mar 2025 09:40:38 +0100 Subject: [PATCH 5/7] chore(model gallery): add openpipe_deductive-reasoning-qwen-14b (#4994) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 23340c7c..145dc0c3 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -4499,6 +4499,20 @@ - filename: Tower-Babel_Babel-9B-Chat-Q4_K_M.gguf sha256: cf024c81b9c5e31dd9b4fe89f7bed01be8a6a704722780fe8d240b1ecb7942eb uri: huggingface://bartowski/Tower-Babel_Babel-9B-Chat-GGUF/Tower-Babel_Babel-9B-Chat-Q4_K_M.gguf +- !!merge <<: *qwen25 + name: "openpipe_deductive-reasoning-qwen-14b" + urls: + - https://huggingface.co/OpenPipe/Deductive-Reasoning-Qwen-14B + - https://huggingface.co/bartowski/OpenPipe_Deductive-Reasoning-Qwen-14B-GGUF + description: | + Deductive Reasoning Qwen 14B is a reinforcement fine-tune of Qwen 2.5 14B Instruct to solve challenging deduction problems from the Temporal Clue dataset, trained by OpenPipe! + overrides: + parameters: + model: OpenPipe_Deductive-Reasoning-Qwen-14B-Q4_K_M.gguf + files: + - filename: OpenPipe_Deductive-Reasoning-Qwen-14B-Q4_K_M.gguf + sha256: 23474b114e1e14f5f63829369e9af14d3f8e6b437b7974e1d3ac0c842b4cc3f5 + uri: huggingface://bartowski/OpenPipe_Deductive-Reasoning-Qwen-14B-GGUF/OpenPipe_Deductive-Reasoning-Qwen-14B-Q4_K_M.gguf - &llama31 url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master" ## LLama3.1 icon: https://avatars.githubusercontent.com/u/153379578 From ac41aa8b67032a32442c317f95e3098d527fe98f Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 11 Mar 2025 09:44:07 +0100 Subject: [PATCH 6/7] chore(model gallery): add openpipe_deductive-reasoning-qwen-32b (#4995) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 145dc0c3..f90710d5 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -4513,6 +4513,20 @@ - filename: OpenPipe_Deductive-Reasoning-Qwen-14B-Q4_K_M.gguf sha256: 23474b114e1e14f5f63829369e9af14d3f8e6b437b7974e1d3ac0c842b4cc3f5 uri: huggingface://bartowski/OpenPipe_Deductive-Reasoning-Qwen-14B-GGUF/OpenPipe_Deductive-Reasoning-Qwen-14B-Q4_K_M.gguf +- !!merge <<: *qwen25 + name: "openpipe_deductive-reasoning-qwen-32b" + urls: + - https://huggingface.co/OpenPipe/Deductive-Reasoning-Qwen-32B + - https://huggingface.co/bartowski/OpenPipe_Deductive-Reasoning-Qwen-32B-GGUF + description: | + Deductive Reasoning Qwen 32B is a reinforcement fine-tune of Qwen 2.5 32B Instruct to solve challenging deduction problems from the Temporal Clue dataset, trained by OpenPipe! + overrides: + parameters: + model: OpenPipe_Deductive-Reasoning-Qwen-32B-Q4_K_M.gguf + files: + - filename: OpenPipe_Deductive-Reasoning-Qwen-32B-Q4_K_M.gguf + sha256: 53a8314e572c60c867da897721d366f183dc6d2193c83a41ff8ad46a2a0692c8 + uri: huggingface://bartowski/OpenPipe_Deductive-Reasoning-Qwen-32B-GGUF/OpenPipe_Deductive-Reasoning-Qwen-32B-Q4_K_M.gguf - &llama31 url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master" ## LLama3.1 icon: https://avatars.githubusercontent.com/u/153379578 From 1db2b9943c667ced1cb73a38a5dc154c2bf5a161 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 11 Mar 2025 09:44:21 +0100 Subject: [PATCH 7/7] chore(deps): Bump grpcio to 1.71.0 (#4993) Signed-off-by: Ettore Di Giacinto --- backend/python/autogptq/requirements.txt | 2 +- backend/python/bark/requirements.txt | 2 +- backend/python/common/template/requirements.txt | 2 +- backend/python/coqui/requirements.txt | 2 +- backend/python/diffusers/requirements.txt | 2 +- backend/python/exllama2/requirements.txt | 2 +- backend/python/faster-whisper/requirements.txt | 2 +- backend/python/kokoro/requirements.txt | 2 +- backend/python/rerankers/requirements.txt | 2 +- backend/python/transformers/requirements.txt | 2 +- backend/python/vllm/requirements.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/backend/python/autogptq/requirements.txt b/backend/python/autogptq/requirements.txt index af596d9e..4b879746 100644 --- a/backend/python/autogptq/requirements.txt +++ b/backend/python/autogptq/requirements.txt @@ -1,6 +1,6 @@ accelerate auto-gptq==0.7.1 -grpcio==1.70.0 +grpcio==1.71.0 protobuf certifi transformers \ No newline at end of file diff --git a/backend/python/bark/requirements.txt b/backend/python/bark/requirements.txt index f4beaec1..2f40b320 100644 --- a/backend/python/bark/requirements.txt +++ b/backend/python/bark/requirements.txt @@ -1,4 +1,4 @@ bark==0.1.5 -grpcio==1.70.0 +grpcio==1.71.0 protobuf certifi \ No newline at end of file diff --git a/backend/python/common/template/requirements.txt b/backend/python/common/template/requirements.txt index 125b18dd..e4d843df 100644 --- a/backend/python/common/template/requirements.txt +++ b/backend/python/common/template/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.70.0 +grpcio==1.71.0 protobuf grpcio-tools \ No newline at end of file diff --git a/backend/python/coqui/requirements.txt b/backend/python/coqui/requirements.txt index 5ec13b5f..108d30ba 100644 --- a/backend/python/coqui/requirements.txt +++ b/backend/python/coqui/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.70.0 +grpcio==1.71.0 protobuf certifi packaging==24.1 \ No newline at end of file diff --git a/backend/python/diffusers/requirements.txt b/backend/python/diffusers/requirements.txt index 8c450dca..8cfe88a7 100644 --- a/backend/python/diffusers/requirements.txt +++ b/backend/python/diffusers/requirements.txt @@ -1,5 +1,5 @@ setuptools -grpcio==1.70.0 +grpcio==1.71.0 pillow protobuf certifi diff --git a/backend/python/exllama2/requirements.txt b/backend/python/exllama2/requirements.txt index cb622d0c..ed8ffec4 100644 --- a/backend/python/exllama2/requirements.txt +++ b/backend/python/exllama2/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.70.0 +grpcio==1.71.0 protobuf certifi wheel diff --git a/backend/python/faster-whisper/requirements.txt b/backend/python/faster-whisper/requirements.txt index 125b18dd..e4d843df 100644 --- a/backend/python/faster-whisper/requirements.txt +++ b/backend/python/faster-whisper/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.70.0 +grpcio==1.71.0 protobuf grpcio-tools \ No newline at end of file diff --git a/backend/python/kokoro/requirements.txt b/backend/python/kokoro/requirements.txt index 06e60389..cf0f0143 100644 --- a/backend/python/kokoro/requirements.txt +++ b/backend/python/kokoro/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.70.0 +grpcio==1.71.0 protobuf phonemizer scipy diff --git a/backend/python/rerankers/requirements.txt b/backend/python/rerankers/requirements.txt index 566fdae0..931cb146 100644 --- a/backend/python/rerankers/requirements.txt +++ b/backend/python/rerankers/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.70.0 +grpcio==1.71.0 protobuf certifi \ No newline at end of file diff --git a/backend/python/transformers/requirements.txt b/backend/python/transformers/requirements.txt index c0fa0c0b..9ba6c861 100644 --- a/backend/python/transformers/requirements.txt +++ b/backend/python/transformers/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.70.0 +grpcio==1.71.0 protobuf certifi setuptools diff --git a/backend/python/vllm/requirements.txt b/backend/python/vllm/requirements.txt index 1f92add8..f1771cc4 100644 --- a/backend/python/vllm/requirements.txt +++ b/backend/python/vllm/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.70.0 +grpcio==1.71.0 protobuf certifi setuptools \ No newline at end of file