Skip to content

Commit 6e57d7e

Browse files
Bump the genai-workflow group across 1 directory with 12 updates
Bumps the genai-workflow group with 12 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` | `3.0.0` | | [einops](https://github.com/arogozhnikov/einops) | `0.7.0` | `0.8.0` | | [evaluate](https://github.com/huggingface/evaluate) | `0.4.2` | `0.4.3` | | [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.1` | | [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](huggingface/accelerate@v0.30.1...v0.34.2) Updates `datasets` from 2.19.0 to 3.0.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@2.19.0...3.0.0) Updates `einops` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](arogozhnikov/einops@v0.7.0...v0.8.0) Updates `evaluate` from 0.4.2 to 0.4.3 - [Release notes](https://github.com/huggingface/evaluate/releases) - [Commits](huggingface/evaluate@v0.4.2...v0.4.3) 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](microsoft/onnxruntime-extensions@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](microsoft/onnxruntime@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](huggingface/peft@v0.11.1...v0.12.0) Updates `protobuf` from 4.24.4 to 5.28.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.24.4...v5.28.1) Updates `psutil` from 5.9.5 to 6.0.0 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@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](huggingface/tokenizers@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-major dependency-group: genai-workflow - dependency-name: einops dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: evaluate dependency-type: direct:production update-type: version-update:semver-patch 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] <support@github.com>
1 parent 5ca74f7 commit 6e57d7e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
SentencePiece==0.2.0
2-
accelerate==0.30.1
3-
datasets==2.19.0
4-
einops==0.7.0
5-
evaluate==0.4.2
6-
mkl-include==2023.2.0
7-
mkl==2023.2.0
8-
onnxruntime-extensions==0.10.1
9-
onnxruntime==1.17.3
10-
peft==0.11.1
11-
protobuf==4.24.4
12-
psutil==5.9.5
2+
accelerate==0.34.2
3+
datasets==3.0.0
4+
einops==0.8.0
5+
evaluate==0.4.3
6+
mkl-include==2024.2.1
7+
mkl==2024.2.1
8+
onnxruntime-extensions==0.12.0
9+
onnxruntime==1.19.2
10+
peft==0.12.0
11+
protobuf==5.28.1
12+
psutil==6.0.0
1313
py-cpuinfo==9.0.0
14-
tokenizers==0.19.1
14+
tokenizers==0.20.0

0 commit comments

Comments
 (0)