From 466a963989a524799f2e94f34c02be3a91f41c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:05:06 +0000 Subject: [PATCH] Bump the genai-workflow group across 1 directory with 11 updates Bumps the genai-workflow group with 11 updates in the /workflows/charts/huggingface-llm directory: | Package | From | To | | --- | --- | --- | | [accelerate](https://github.com/huggingface/accelerate) | `0.30.1` | `0.34.2` | | [datasets](https://github.com/huggingface/datasets) | `2.19.0` | `2.21.0` | | [einops](https://github.com/arogozhnikov/einops) | `0.7.0` | `0.8.0` | | [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) | `2023.2.0` | `2024.2.1` | | [mkl](https://github.com/oneapi-src/oneMKL) | `2023.2.0` | `2024.2.1` | | [onnxruntime-extensions](https://github.com/microsoft/onnxruntime-extensions) | `0.10.1` | `0.12.0` | | [onnxruntime](https://github.com/microsoft/onnxruntime) | `1.17.3` | `1.19.2` | | [peft](https://github.com/huggingface/peft) | `0.11.1` | `0.12.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `4.24.4` | `5.28.0` | | [psutil](https://github.com/giampaolo/psutil) | `5.9.5` | `6.0.0` | | [tokenizers](https://github.com/huggingface/tokenizers) | `0.19.1` | `0.20.0` | Updates `accelerate` from 0.30.1 to 0.34.2 - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](https://github.com/huggingface/accelerate/compare/v0.30.1...v0.34.2) Updates `datasets` from 2.19.0 to 2.21.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](https://github.com/huggingface/datasets/compare/2.19.0...2.21.0) Updates `einops` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.7.0...v0.8.0) Updates `mkl-include` from 2023.2.0 to 2024.2.1 Updates `mkl` from 2023.2.0 to 2024.2.1 - [Release notes](https://github.com/oneapi-src/oneMKL/releases) - [Commits](https://github.com/oneapi-src/oneMKL/commits) Updates `onnxruntime-extensions` from 0.10.1 to 0.12.0 - [Release notes](https://github.com/microsoft/onnxruntime-extensions/releases) - [Commits](https://github.com/microsoft/onnxruntime-extensions/compare/v0.10.1...v0.12.0) Updates `onnxruntime` from 1.17.3 to 1.19.2 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.17.3...v1.19.2) Updates `peft` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](https://github.com/huggingface/peft/compare/v0.11.1...v0.12.0) Updates `protobuf` from 4.24.4 to 5.28.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.24.4...v5.28.0) Updates `psutil` from 5.9.5 to 6.0.0 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.5...release-6.0.0) Updates `tokenizers` from 0.19.1 to 0.20.0 - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/tokenizers/compare/v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: accelerate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: datasets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: einops dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: mkl-include dependency-type: direct:production update-type: version-update:semver-major dependency-group: genai-workflow - dependency-name: mkl dependency-type: direct:production update-type: version-update:semver-major dependency-group: genai-workflow - dependency-name: onnxruntime-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: peft dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major dependency-group: genai-workflow - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major dependency-group: genai-workflow - dependency-name: tokenizers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow ... Signed-off-by: dependabot[bot] --- .../charts/huggingface-llm/requirements.txt | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/workflows/charts/huggingface-llm/requirements.txt b/workflows/charts/huggingface-llm/requirements.txt index 5659d2b0..f36d95be 100644 --- a/workflows/charts/huggingface-llm/requirements.txt +++ b/workflows/charts/huggingface-llm/requirements.txt @@ -1,14 +1,14 @@ SentencePiece==0.2.0 -accelerate==0.30.1 -datasets==2.19.0 -einops==0.7.0 +accelerate==0.34.2 +datasets==2.21.0 +einops==0.8.0 evaluate==0.4.2 -mkl-include==2023.2.0 -mkl==2023.2.0 -onnxruntime-extensions==0.10.1 -onnxruntime==1.17.3 -peft==0.11.1 -protobuf==4.24.4 -psutil==5.9.5 +mkl-include==2024.2.1 +mkl==2024.2.1 +onnxruntime-extensions==0.12.0 +onnxruntime==1.19.2 +peft==0.12.0 +protobuf==5.28.0 +psutil==6.0.0 py-cpuinfo==9.0.0 -tokenizers==0.19.1 +tokenizers==0.20.0