Skip to content

Commit 90127dc

Browse files
Bump the pytorch group across 1 directory with 10 updates
Bumps the pytorch group with 10 updates in the /pytorch directory: | Package | From | To | | --- | --- | --- | | [accelerate](https://github.com/huggingface/accelerate) | `0.33.0` | `0.34.2` | | [onnxruntime-extensions](https://github.com/microsoft/onnxruntime-extensions) | `0.11.0` | `0.12.0` | | [onnxruntime](https://github.com/microsoft/onnxruntime) | `1.18.1` | `1.19.2` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.27.3` | `5.28.0` | | [tokenizers](https://github.com/huggingface/tokenizers) | `0.19.1` | `0.20.0` | | [transformers](https://github.com/huggingface/transformers) | `4.44.0` | `4.44.2` | | [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.1.1` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.0b0` | `4.3.0b1` | | [neural-compressor](https://github.com/intel/neural-compressor) | `3.0` | `3.0.2` | | torchtext | `0.18.0` | `0.18.0+cpu` | Updates `accelerate` from 0.33.0 to 0.34.2 - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](huggingface/accelerate@v0.33.0...v0.34.2) Updates `onnxruntime-extensions` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/microsoft/onnxruntime-extensions/releases) - [Commits](microsoft/onnxruntime-extensions@v0.11.0...v0.12.0) Updates `onnxruntime` from 1.18.1 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.18.1...v1.19.2) Updates `protobuf` from 5.27.3 to 5.28.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v5.27.3...v5.28.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) Updates `transformers` from 4.44.0 to 4.44.2 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.44.0...v4.44.2) Updates `numpy` from 1.26.4 to 2.1.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.4...v2.1.1) Updates `jupyterlab` from 4.3.0b0 to 4.3.0b1 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.3.0-beta.0...@jupyterlab/lsp@4.3.0-beta.1) Updates `neural-compressor` from 3.0 to 3.0.2 - [Release notes](https://github.com/intel/neural-compressor/releases) - [Commits](intel/neural-compressor@v3.0...v3.0.2) Updates `torchtext` from 0.18.0 to 0.18.0+cpu --- updated-dependencies: - dependency-name: accelerate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: onnxruntime-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: onnxruntime 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-minor 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-patch dependency-group: pytorch - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major dependency-group: pytorch - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: neural-compressor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: torchtext dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02e2097 commit 90127dc

5 files changed

+10
-10
lines changed

pytorch/hf-genai-requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
accelerate==0.33.0
1+
accelerate==0.34.2
22
datasets==2.21.0
33
einops==0.8.0
44
evaluate==0.4.2
5-
onnxruntime-extensions==0.11.0
6-
onnxruntime==1.18.1
5+
onnxruntime-extensions==0.12.0
6+
onnxruntime==1.19.2
77
peft==0.12.0
8-
protobuf==5.27.3
8+
protobuf==5.28.0
99
py-cpuinfo==9.0.0
1010
scikit-learn==1.5.1
1111
SentencePiece==0.2.0
12-
tokenizers==0.19.1
13-
transformers==4.44.0
12+
tokenizers==0.20.0
13+
transformers==4.44.2

pytorch/jupyter-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyterlab==4.3.0b0
1+
jupyterlab==4.3.0b1
22
jupyterhub==5.1.0
33
notebook==7.3.0a1
44
jupyter-server-proxy>=4.1.2

pytorch/multinode/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
neural-compressor==3.0
1+
neural-compressor==3.0.2
22
oneccl_bind_pt==2.4.0+cpu
33
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
44
oneccl-devel>=2021.13.0 # required to build deepspeed ops

pytorch/serving/torchserve-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyyaml>=6.0.1
66
torch-model-archiver==0.11.1
77
torch-workflow-archiver==0.2.14
88
torchserve==0.11.1
9-
torchtext==0.18.0
9+
torchtext==0.18.0+cpu
1010
torchvision==0.19.0
1111
-f https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
1212
intel_extension_for_pytorch==2.4.0+cpu

pytorch/serving/torchserve-xpu-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ torchaudio==2.1.0.post3+cxx11.abi
44
intel_extension_for_pytorch==2.1.40+xpu
55
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us
66
setuptools==69.5.1
7-
numpy==1.26.4
7+
numpy==2.1.1
88
captum>=0.7.0
99
cython>=3.0.10
1010
pynvml>=11.5.0

0 commit comments

Comments
 (0)