Skip to content

Commit a378a77

Browse files
Bump the pytorch group across 1 directory with 7 updates
Bumps the pytorch group with 7 updates in the /pytorch directory: | Package | From | To | | --- | --- | --- | | [datasets](https://github.com/huggingface/datasets) | `3.0.0` | `3.0.1` | | [peft](https://github.com/huggingface/peft) | `0.12.0` | `0.13.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.28.1` | `5.28.2` | | [tokenizers](https://github.com/huggingface/tokenizers) | `0.19.1` | `0.20.0` | | [transformers](https://github.com/huggingface/transformers) | `4.44.2` | `4.45.1` | | [mkl](https://github.com/oneapi-src/oneMKL) | `2024.2.1` | `2024.2.2` | | [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) | `2024.2.1` | `2024.2.2` | Updates `datasets` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@3.0.0...3.0.1) Updates `peft` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](huggingface/peft@v0.12.0...v0.13.0) Updates `protobuf` from 5.28.1 to 5.28.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v5.28.1...v5.28.2) 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) Updates `transformers` from 4.44.2 to 4.45.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.44.2...v4.45.1) Updates `mkl` from 2024.2.1 to 2024.2.2 - [Release notes](https://github.com/oneapi-src/oneMKL/releases) - [Commits](https://github.com/oneapi-src/oneMKL/commits) Updates `mkl-include` from 2024.2.1 to 2024.2.2 --- updated-dependencies: - dependency-name: datasets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: peft dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: tokenizers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: mkl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: mkl-include dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23b5adf commit a378a77

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pytorch/hf-genai-requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
accelerate==0.34.2
2-
datasets==3.0.0
2+
datasets==3.0.1
33
einops==0.8.0
44
evaluate==0.4.3
55
onnxruntime-extensions==0.12.0
66
onnxruntime==1.19.2
7-
peft==0.12.0
8-
protobuf==5.28.1
7+
peft==0.13.0
8+
protobuf==5.28.2
99
py-cpuinfo==9.0.0
1010
scikit-learn==1.5.2
1111
SentencePiece==0.2.0
12-
tokenizers==0.19.1
13-
transformers==4.44.2
12+
tokenizers==0.20.0
13+
transformers==4.45.1

pytorch/venv-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools>=70.0.0
22
psutil==6.0.0
3-
mkl==2024.2.1
4-
mkl-include==2024.2.1
3+
mkl==2024.2.2
4+
mkl-include==2024.2.2
55
intel-openmp==2024.2.1

0 commit comments

Comments
 (0)