-
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 5 updates #413
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
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: tylertitsworth <tyler.titsworth@intel.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
Bumps the pytorch group with 5 updates in the /pytorch directory: | Package | From | To | | --- | --- | --- | | [peft](https://github.com/huggingface/peft) | `0.12.0` | `0.13.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.28.1` | `5.28.2` | | [tokenizers](https://github.com/huggingface/tokenizers) | `0.19.1` | `0.20.0` | | [mkl](https://github.com/oneapi-src/oneMKL) | `2024.2.1` | `2024.2.2` | | [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) | `2024.2.1` | `2024.2.2` | Updates `peft` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](huggingface/peft@v0.12.0...v0.13.0) 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: 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-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>
Dependency ReviewThe following issues were found:
License Issuespytorch/venv-requirements.txt
OpenSSF Scorecard
Scanned Manifest Filespytorch/hf-genai-requirements.txt
pytorch/venv-requirements.txt
|
92754f6
to
23b5adf
Compare
@dependabot rebase |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
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 5 updates in the /pytorch directory:
0.12.0
0.13.0
5.28.1
5.28.2
0.19.1
0.20.0
2024.2.1
2024.2.2
2024.2.1
2024.2.2
Updates
peft
from 0.12.0 to 0.13.0Release notes
Sourced from peft's releases.
... (truncated)
Commits
f0b066e
Release v0.13.0 (#2093)8f39708
ENH: Better DoRA check in mixed adapter batch inference (#2089)f4cf170
DOC Docstring of load_adapter, type annotation (#2087)b67c9b6
FIX: Bug in find_minimal_target_modules (#2083)5efeba1
ENH: Add default target layers for gemma2 architecture (#2078)af275d2
ENH: Allow empty initialization of adapter weight (#1961)9bc670e
MNT Update author email in setup.py (#2086)5d94458
ENH Expose bias of ModulesToSaveWrapper (#2081)152ed70
ENH PiSSA/OLoRA: Preserve original config on save (#2077)f5dd2ac
TST Skip some quantization tests on XPU (#2074)Updates
protobuf
from 5.28.1 to 5.28.2Commits
9fff46d
Updating version.json and repo version numbers to: 28.2ce60d01
Merge pull request #18385 from protocolbuffers/cp-lp-28ac9fb5b
Add recursion check when parsing unknown fields in Java.9a5f5fe
Internal change50a7745
Internal change5b0e543
Fix cord handling in DynamicMessage and oneofs. (#18373)421fc16
Merge pull request #18343 from protocolbuffers/revert-18339-bazel-rules2607bfdd
Revert "Cherry-pick changes related to new Bazel rules"106f4a6
Merge pull request #18339 from protocolbuffers/bazel-rules2c2f34d6
Automated rollback of commit 76794bf3adceefcd69a2eb5785635a084fbe2e32.Updates
tokenizers
from 0.19.1 to 0.20.0Release notes
Sourced from tokenizers's releases.
... (truncated)
Commits
a5adaac
version 0.20.0a8def07
Merge branch 'fix_release' of github.com:huggingface/tokenizers into branch_v...fe50673
Fix CIb253835
push cargofc3bb76
update dependenciesbfd9cde
Perf improvement 16% by removing offsets. (#1587)bd27fa5
add deserialize for pre tokenizers (#1603)56c9c70
Tests + Deserialization improvement for normalizers. (#1604)49dafd7
Fix strip python type (#1602)bded212
SupportNone
to reset pre_tokenizers and normalizers, and index sequences (...Updates
mkl
from 2024.2.1 to 2024.2.2Commits
Updates
mkl-include
from 2024.2.1 to 2024.2.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions