Skip to content

Commit 3fe609e

Browse files
Bump the pytorch group across 1 directory with 4 updates
Bumps the pytorch group with 4 updates in the /pytorch directory: [protobuf](https://github.com/protocolbuffers/protobuf), [tokenizers](https://github.com/huggingface/tokenizers), [mkl](https://github.com/oneapi-src/oneMKL) and [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html). 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 `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: 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: 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 f6a8a44 commit 3fe609e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pytorch/hf-genai-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ evaluate==0.4.3
55
onnxruntime-extensions==0.12.0
66
onnxruntime==1.19.2
77
peft==0.12.0
8-
protobuf==5.28.1
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
12+
tokenizers==0.20.0
1313
transformers==4.44.2

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)