-
Notifications
You must be signed in to change notification settings - Fork 18
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 17 updates #233
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dependency ReviewThe following issues were found:
License Issuespytorch/requirements.txt
pytorch/torchserve-requirements.txt
pytorch/xpu-requirements.txt
OpenSSF ScorecardScorecard details
Scanned Manifest Filespytorch/hf-genai-requirements.txt
pytorch/jupyter-requirements.txt
pytorch/requirements.txt
pytorch/torchserve-requirements.txt
pytorch/xpu-requirements.txt
|
3 tasks
Bumps the pytorch group with 17 updates in the /pytorch directory: | Package | From | To | | --- | --- | --- | | [torch](https://github.com/pytorch/pytorch) | `2.1.0.post0+cxx11.abi` | `2.3.1` | | [torchvision](https://github.com/pytorch/vision) | `0.16.0.post0+cxx11.abi` | `0.18.1` | | [torchaudio](https://github.com/pytorch/audio) | `2.1.0.post0+cxx11.abi` | `2.3.1` | | intel-extension-for-pytorch | `2.1.20+xpu` | `2.3.100+cpu` | | oneccl-bind-pt | `2.1.200` | `2.3.0+cpu` | | [accelerate](https://github.com/huggingface/accelerate) | `0.28.0` | `0.32.1` | | [datasets](https://github.com/huggingface/datasets) | `2.19.0` | `2.20.0` | | [einops](https://github.com/arogozhnikov/einops) | `0.7.0` | `0.8.0` | | [evaluate](https://github.com/huggingface/evaluate) | `0.4.1` | `0.4.2` | | [onnxruntime-extensions](https://github.com/microsoft/onnxruntime-extensions) | `0.10.1` | `0.11.0` | | [onnxruntime](https://github.com/microsoft/onnxruntime) | `1.17.3` | `1.18.1` | | [peft](https://github.com/huggingface/peft) | `0.10.0` | `0.11.1` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `4.24.4` | `5.27.2` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.5.0` | `1.5.1` | | [transformers](https://github.com/huggingface/transformers) | `4.41.2` | `4.42.4` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.0a0` | `4.3.0a2` | | [notebook](https://github.com/jupyter/notebook) | `7.3.0a0` | `7.3.0a1` | Updates `torch` from 2.1.0.post0+cxx11.abi to 2.3.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.3.1) Updates `torchvision` from 0.16.0.post0+cxx11.abi to 0.18.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/commits/v0.18.1) Updates `torchaudio` from 2.1.0.post0+cxx11.abi to 2.3.1 - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/commits/v2.3.1) Updates `intel-extension-for-pytorch` from 2.1.20+xpu to 2.3.100+cpu Updates `oneccl-bind-pt` from 2.1.200 to 2.3.0+cpu Updates `accelerate` from 0.28.0 to 0.32.1 - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](huggingface/accelerate@v0.28.0...v0.32.1) Updates `datasets` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@2.19.0...2.20.0) Updates `einops` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](arogozhnikov/einops@v0.7.0...v0.8.0) Updates `evaluate` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/huggingface/evaluate/releases) - [Commits](huggingface/evaluate@v0.4.1...v0.4.2) Updates `onnxruntime-extensions` from 0.10.1 to 0.11.0 - [Release notes](https://github.com/microsoft/onnxruntime-extensions/releases) - [Commits](microsoft/onnxruntime-extensions@v0.10.1...v.0.11.0) Updates `onnxruntime` from 1.17.3 to 1.18.1 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](microsoft/onnxruntime@v1.17.3...v1.18.1) Updates `peft` from 0.10.0 to 0.11.1 - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](huggingface/peft@v0.10.0...v0.11.1) Updates `protobuf` from 4.24.4 to 5.27.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.24.4...v5.27.2) Updates `scikit-learn` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.0...1.5.1) Updates `transformers` from 4.41.2 to 4.42.4 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.41.2...v4.42.4) Updates `jupyterlab` from 4.3.0a0 to 4.3.0a2 - [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-alpha.0...@jupyterlab/lsp@4.3.0-alpha.2) Updates `notebook` from 7.3.0a0 to 7.3.0a1 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.3.0-alpha.0...@jupyter-notebook/tree@7.3.0-alpha.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: torchaudio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: intel-extension-for-pytorch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: oneccl-bind-pt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: accelerate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: datasets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: einops dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: evaluate dependency-type: direct:production update-type: version-update:semver-patch 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: 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-major dependency-group: pytorch - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch - dependency-name: notebook dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pytorch ... Signed-off-by: dependabot[bot] <support@github.com>
2f89891
to
a984e16
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
jitendra42
pushed a commit
to jitendra42/ai-containers
that referenced
this pull request
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the pytorch group with 17 updates in the /pytorch directory:
2.1.0.post0+cxx11.abi
2.3.1
0.16.0.post0+cxx11.abi
0.18.1
2.1.0.post0+cxx11.abi
2.3.1
2.1.20+xpu
2.3.100+cpu
2.1.200
2.3.0+cpu
0.28.0
0.32.1
2.19.0
2.20.0
0.7.0
0.8.0
0.4.1
0.4.2
0.10.1
0.11.0
1.17.3
1.18.1
0.10.0
0.11.1
4.24.4
5.27.2
1.5.0
1.5.1
4.41.2
4.42.4
4.3.0a0
4.3.0a2
7.3.0a0
7.3.0a1
Updates
torch
from 2.1.0.post0+cxx11.abi to 2.3.1Release notes
Sourced from torch's releases.
... (truncated)
Commits
Updates
torchvision
from 0.16.0.post0+cxx11.abi to 0.18.1Release notes
Sourced from torchvision's releases.
... (truncated)
Commits
Updates
torchaudio
from 2.1.0.post0+cxx11.abi to 2.3.1Release notes
Sourced from torchaudio's releases.
Commits
Updates
intel-extension-for-pytorch
from 2.1.20+xpu to 2.3.100+cpuUpdates
oneccl-bind-pt
from 2.1.200 to 2.3.0+cpuUpdates
accelerate
from 0.28.0 to 0.32.1Release notes
Sourced from accelerate's releases.
... (truncated)
Commits
9726538
Fix slowdown on init withdevice_map="auto"
(#2914)6d3324a
Release v0.32.08330b37
Fix get_backend bug and add clear_device_cache function (#2857)92404fb
fixload_state_dict
for xpu and refine xpu safetensor version check (#2879)3a02754
addrequire_triton
and enabletest_dynamo
work on xpu (#2878)fec1170
fix mlu device longTensor bugs (#2887)eac206f
make more cuda-only tests device-agnostic (#2876)6882ff2
Added a MultiCPU SLURM example using Accelerate Launch and MPIRun (#2902)57a4c74
Add XLA Dynamo backends for training and inference (#2892)404510a
Makelog_line_prefix_template
Optional in Elastic Launcher for Backward Com...Updates
datasets
from 2.19.0 to 2.20.0Release notes
Sourced from datasets's releases.
... (truncated)
Commits
98fdc9e
Release: 2.20.0 (#6969)af3acfd
fix(ci): remove unnecessary permissions (#6962)37a6036
Move info_utils errors to exceptions module (#6952)9510252
Better error handling indataset_module_factory
(#6959)97513be
feat(ci): add trufflehog secrets detection (#6960)686f5df
Add support for categorical/dictionary types (#6892)a2dc287
Remove defaulttrust_remote_code=True
(#6954)09ebf51
Validate config name and data_files in packaged modules (#6915)5bbbf1b
Validate config name and data_files in packaged modules (#6915)6548e0e
Fix typos in docs (#6957)Updates
einops
from 0.7.0 to 0.8.0Release notes
Sourced from einops's releases.
Commits
fe9d81d
bump version to 0.8.010e19b4
prepare readme for a new releaseb67cfea
Rename KerasBackend -> TFKerasBackend to avoid confusion with keras 3.f33113e
update github actionscff63f2
Codebase standards + update TF layers (#318)2ab5c2a
switch to stable paddlepaddle in testing, because of https://github.com/Paddl...60b87de
remove announcement5655ce1
Merge pull request #303 from arogozhnikov/dev5b41d90
allow anonymous axes in parse_shape, fix #3029a9b304
delete experimental data-api_packing as production version is available nowUpdates
evaluate
from 0.4.1 to 0.4.2Release notes
Sourced from evaluate's releases.
Commits
a4bdc10
Release: 0.4.2 (#579)edb83af
Speeding up mean_iou metric computation (#569)04c7588
Fix example doc in load function (#575)b337370
Fix FileFreeLock (#578)7a18c55
Update python to 3.8 (#571)8dfe057
Add confusion matrix (#528)dfbbf15
Remove unused dependency (#507)1893285
Update the documentation and citation of mauve (#416)344b8b4
fix: remove useless token (#510)728bd3e
set dev version (#506)Updates
onnxruntime-extensions
from 0.10.1 to 0.11.0Release notes
Sourced from onnxruntime-extensions's releases.
Commits
8d8670f
Fix the Linux and MacOS wheel build for packaging issues (#727)b988f0d
Update onebranch-windows-build-stage.ymlb1989b7
Revert net7.0 update for now (#701) (#712)1f31d33
Eager mode: cuda kernel support (#694)627e93a
fix version in renaming (#692)f9290e8
Add a status class for future tokenizer API implementation (#690)6464627
Refactor the header file directory and integrate the eager tensor implementat...fe8cd9e
Add extensions catalyst support (#684)a96ed42
Update ext_java.cmake (#688)00a594f
Standardize the inputs for ONNX STFT op for Whisper model (#681)Updates
onnxruntime
from 1.17.3 to 1.18.1Release notes
Sourced from onnxruntime's releases.
... (truncated)
Commits
3871274
[ORT 1.18.1 Release] Update ORT numpy dependency to >=1.21.6,<2.0 (#21141)d0aee20
[ORT 1.18.1 Release] Cherry pick 3rd round (#21129)8bfcf14
[ORT 1.18.1 Release] update 1.18.1 patch release version (#21143)25ab935
[ORT 1.18.1 Release] Cherry pick 2nd round (#21111)91fb865
[ORT 1.18.1 Release] Cherry pick 1st round (#21105)4573740
[ORT 1.18.0 Release] Cherry pick 3rd/Final round (#20677)ed349b9
Mark end of version 17 and 18 C API (#20671)d72b476
[ORT 1.18.0 Release] Cherry pick 2nd round (#20620)65f3fbf
[ORT 1.18.0 Release] Cherry pick 1st round (#20585)204f1f5
Run fuzz testing before the CG task cleans up the build directory (#20500) (#...Updates
peft
from 0.10.0 to 0.11.1Release notes
Sourced from peft's releases.