From 6e76c297a6e37dc4543c89f4b84ccd3e5258a2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:57:09 +0000 Subject: [PATCH] Bump the pytorch group across 1 directory with 9 updates Bumps the pytorch group with 9 updates in the /pytorch directory: | Package | From | To | | --- | --- | --- | | [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.0` | | [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.0` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.0b0` | `4.3.0b1` | | [neural-compressor](https://github.com/intel/neural-compressor) | `3.0` | `3.0.1` | | torchtext | `0.18.0` | `0.18.0+cpu` | Updates `onnxruntime-extensions` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/microsoft/onnxruntime-extensions/releases) - [Commits](https://github.com/microsoft/onnxruntime-extensions/compare/v0.11.0...v0.12.0) Updates `onnxruntime` from 1.18.1 to 1.19.0 - [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.18.1...v1.19.0) 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](https://github.com/protocolbuffers/protobuf/compare/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](https://github.com/huggingface/tokenizers/compare/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](https://github.com/huggingface/transformers/compare/v4.44.0...v4.44.2) Updates `numpy` from 1.26.4 to 2.1.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.1.0) 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.1 - [Release notes](https://github.com/intel/neural-compressor/releases) - [Commits](https://github.com/intel/neural-compressor/compare/v3.0...v3.0.1) Updates `torchtext` from 0.18.0 to 0.18.0+cpu --- updated-dependencies: - 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] --- pytorch/hf-genai-requirements.txt | 10 +++++----- pytorch/jupyter-requirements.txt | 2 +- pytorch/multinode/requirements.txt | 2 +- pytorch/serving/torchserve-requirements.txt | 2 +- pytorch/serving/torchserve-xpu-requirements.txt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pytorch/hf-genai-requirements.txt b/pytorch/hf-genai-requirements.txt index 6671cbaf..a0793c04 100644 --- a/pytorch/hf-genai-requirements.txt +++ b/pytorch/hf-genai-requirements.txt @@ -2,12 +2,12 @@ accelerate==0.33.0 datasets==2.21.0 einops==0.8.0 evaluate==0.4.2 -onnxruntime-extensions==0.11.0 -onnxruntime==1.18.1 +onnxruntime-extensions==0.12.0 +onnxruntime==1.19.0 peft==0.12.0 -protobuf==5.27.3 +protobuf==5.28.0 py-cpuinfo==9.0.0 scikit-learn==1.5.1 SentencePiece==0.2.0 -tokenizers==0.19.1 -transformers==4.44.0 +tokenizers==0.20.0 +transformers==4.44.2 diff --git a/pytorch/jupyter-requirements.txt b/pytorch/jupyter-requirements.txt index e95ad6e8..4313b738 100644 --- a/pytorch/jupyter-requirements.txt +++ b/pytorch/jupyter-requirements.txt @@ -1,4 +1,4 @@ -jupyterlab==4.3.0b0 +jupyterlab==4.3.0b1 jupyterhub==5.1.0 notebook==7.3.0a1 jupyter-server-proxy>=4.1.2 diff --git a/pytorch/multinode/requirements.txt b/pytorch/multinode/requirements.txt index c941708a..2ca852ed 100644 --- a/pytorch/multinode/requirements.txt +++ b/pytorch/multinode/requirements.txt @@ -1,4 +1,4 @@ -neural-compressor==3.0 +neural-compressor==3.0.1 oneccl_bind_pt==2.4.0+cpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/ oneccl-devel>=2021.13.0 # required to build deepspeed ops diff --git a/pytorch/serving/torchserve-requirements.txt b/pytorch/serving/torchserve-requirements.txt index f495a686..41d78b17 100644 --- a/pytorch/serving/torchserve-requirements.txt +++ b/pytorch/serving/torchserve-requirements.txt @@ -6,7 +6,7 @@ pyyaml>=6.0.1 torch-model-archiver==0.11.1 torch-workflow-archiver==0.2.14 torchserve==0.11.1 -torchtext==0.18.0 +torchtext==0.18.0+cpu torchvision==0.19.0 -f https://pytorch-extension.intel.com/release-whl/stable/cpu/us/ intel_extension_for_pytorch==2.4.0+cpu diff --git a/pytorch/serving/torchserve-xpu-requirements.txt b/pytorch/serving/torchserve-xpu-requirements.txt index 534f6514..fa9c829d 100644 --- a/pytorch/serving/torchserve-xpu-requirements.txt +++ b/pytorch/serving/torchserve-xpu-requirements.txt @@ -4,7 +4,7 @@ torchaudio==2.1.0.post3+cxx11.abi intel_extension_for_pytorch==2.1.40+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us setuptools==69.5.1 -numpy==1.26.4 +numpy==2.1.0 captum>=0.7.0 cython>=3.0.10 pynvml>=11.5.0