Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pytorch group across 1 directory with 9 updates #352

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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](microsoft/onnxruntime-extensions@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](microsoft/onnxruntime@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](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.0
- [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.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](intel/neural-compressor@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] <support@github.com>
dependabot[bot] authored Sep 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6e76c297a6e37dc4543c89f4b84ccd3e5258a2c8
10 changes: 5 additions & 5 deletions pytorch/hf-genai-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pytorch/jupyter-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pytorch/multinode/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pytorch/serving/torchserve-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pytorch/serving/torchserve-xpu-requirements.txt
Original file line number Diff line number Diff line change
@@ -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