-
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 genai-workflow group across 1 directory with 9 updates #218
Bump the genai-workflow group across 1 directory with 9 updates #218
Conversation
Dependency ReviewThe following issues were found:
License Issuesworkflows/charts/huggingface-llm/requirements.txt
OpenSSF Scorecard
Scanned Manifest Filesworkflows/charts/huggingface-llm/requirements.txt
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
6fa051a
to
7034b14
Compare
Bumps the genai-workflow group with 9 updates in the /workflows/charts/huggingface-llm directory: | Package | From | To | | --- | --- | --- | | [accelerate](https://github.com/huggingface/accelerate) | `0.30.1` | `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` | | [mkl-include](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html) | `2023.2.0` | `2024.2.0` | | [mkl](https://github.com/oneapi-src/oneMKL) | `2023.2.0` | `2024.2.0` | | [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` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `4.24.4` | `5.27.2` | | [psutil](https://github.com/giampaolo/psutil) | `5.9.5` | `6.0.0` | Updates `accelerate` from 0.30.1 to 0.32.1 - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](huggingface/accelerate@v0.30.1...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 `mkl-include` from 2023.2.0 to 2024.2.0 Updates `mkl` from 2023.2.0 to 2024.2.0 - [Release notes](https://github.com/oneapi-src/oneMKL/releases) - [Commits](https://github.com/oneapi-src/oneMKL/commits) 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 `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 `psutil` from 5.9.5 to 6.0.0 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.9.5...release-6.0.0) --- updated-dependencies: - dependency-name: accelerate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: datasets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: einops dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: mkl-include dependency-type: direct:production update-type: version-update:semver-major dependency-group: genai-workflow - dependency-name: mkl dependency-type: direct:production update-type: version-update:semver-major dependency-group: genai-workflow - dependency-name: onnxruntime-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: genai-workflow - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major dependency-group: genai-workflow - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major dependency-group: genai-workflow ... Signed-off-by: dependabot[bot] <support@github.com>
7034b14
to
8670936
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the genai-workflow group with 9 updates in the /workflows/charts/huggingface-llm directory:
0.30.1
0.32.1
2.19.0
2.20.0
0.7.0
0.8.0
2023.2.0
2024.2.0
2023.2.0
2024.2.0
0.10.1
0.11.0
1.17.3
1.18.1
4.24.4
5.27.2
5.9.5
6.0.0
Updates
accelerate
from 0.30.1 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
mkl-include
from 2023.2.0 to 2024.2.0Updates
mkl
from 2023.2.0 to 2024.2.0Commits
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
protobuf
from 4.24.4 to 5.27.2Commits
63def39
Updating version.json and repo version numbers to: 27.219bd211
Port windows bootstrapping fix (#17225)4923b8d
Fix string_type bugs in edition 2023 (#17211)b0a3c23
Merge pull request #17164 from protocolbuffers/cp-stubs270ca66
Cleanup imports and comments in V3 stubs.1e360a4
Add stubs for GeneratedMessageV3, RepeatedFieldBuilderV3, SingleFieldBuilderV...9cfb59b
Add simple conformance test that builds the old gencode against the current r...6c6f514
Merge pull request #17161 from protocolbuffers/backport-javac7a006a
Fix checking unknown field set empty which wasn't exposed yet in 27.x2426a02
Reserialize all unresolved features using java features from the generated po...Updates
psutil
from 5.9.5 to 6.0.0Changelog
Sourced from psutil's changelog.
... (truncated)
Commits
3d5522a
release5b30ef4
Add aarch64 manylinux wheels (#2425)1d092e7
test subprocesses: sleep() with an interval of 0.1 to make the test process m...5f80c12
Fix #2412, [macOS]: can't compile on macOS 10.4 PowerPC due to missingMNT_
...89b6096
process_iter(): use another global var to keep track of reused PIDs9421bf8
openbsd: skip test if cmdline() returns [] due to EBUSY4b1a054
Fix #2250 / NetBSD / cmdline: retry on EBUSY. (#2421)20be5ae
ruff: enable and fix 'unused variable' rule5530985
chore(ci): update actions (#2417)1c7cb0a
Don't build with limited API for 3.13 free-threaded build (#2402)Dependabot 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