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

.Net: Bump Microsoft.ML.OnnxRuntimeGenAI from 0.4.0 to 0.5.1 in /dotnet #9744

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps Microsoft.ML.OnnxRuntimeGenAI from 0.4.0 to 0.5.1.

Release notes

Sourced from Microsoft.ML.OnnxRuntimeGenAI's releases.

v0.5.1

Release Notes

In addition to the features in the 0.5.0 release, this release adds:

  • Add ability to choose provider and modify options at runtime
  • Fixed data leakage bug with KV caches

Features in 0.5.0:

  • Support for MultiLoRA
  • Support for multi-frame for Phi-3 vision and Phi-3.5 vision models
  • Support for the Phi-3 MoE model
  • Support for NVIDIA Nemotron model
  • Support for the Qwen model
  • Addition of the Set Terminate feature, which allows users to cancel mid-generation
  • Soft capping support for Group Query Attention
  • Extend quantization support to embedding and LM head layers
  • Mac support in published packages

Known issues

  • Models running with DirectML do not support batching
  • Python 3.13 is not supported in this release

v0.5.0

Release Notes

  • Support for MultiLoRA
  • Support for multi-frame for Phi-3 vision and Phi-3.5 vision models
  • Support for the Phi-3 MoE model
  • Support for NVIDIA Nemotron model
  • Support for the Qwen model
  • Addition of the Set Terminate feature, which allows users to cancel mid-generation
  • Soft capping support for Group Query Attention
  • Extend quantization support to embedding and LM head layers
  • Mac support in published packages

Known issues

  • Models running with DirectML do not support batching
  • Python 3.13 is not supported in this release
Commits
  • e8cd6bc Update Phi-3 vision example and add Phi-3.5 vision example (#1049)
  • 83ddc3d Fix up projection bias calculation (#1059)
  • cc4577e Fix data leakage in KV cache initialization (#1057)
  • f66e4f5 Add ability to modify provider options at runtime (#1048)
  • 95c43f1 Automatically calculate perplexity metrics for model supportability (#1008)
  • 2f2686f Reading from wrong variable in model config for enable_mem_pattern (#1047)
  • dc9bc02 Change Login Method Azure - Packaging Pipelines (#1044)
  • 8965fed Add Multi-Image Support with phi-3.5 in chat app demo (#1036)
  • 4bf84d8 Fix Nuget Validation Stage (#1039)
  • 9138a0a Include prompt templates in genai_config.json in model builder (#1020)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.ML.OnnxRuntimeGenAI](https://github.com/microsoft/onnxruntime-genai) from 0.4.0 to 0.5.1.
- [Release notes](https://github.com/microsoft/onnxruntime-genai/releases)
- [Commits](microsoft/onnxruntime-genai@v0.4.0...v0.5.1)

---
updated-dependencies:
- dependency-name: Microsoft.ML.OnnxRuntimeGenAI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 18, 2024 22:50
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Nov 18, 2024
@github-actions github-actions bot changed the title Bump Microsoft.ML.OnnxRuntimeGenAI from 0.4.0 to 0.5.1 in /dotnet .Net: Bump Microsoft.ML.OnnxRuntimeGenAI from 0.4.0 to 0.5.1 in /dotnet Nov 18, 2024
Copy link
Member

@RogerBarreto RogerBarreto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any versions of the Onnx package after 0.4.0 needs to be updated properly handle the resources, or will fail with the message below when the application finishes. I'm holding this update, for the moment.

image

@dmytrostruk
Copy link
Member

Any versions of the Onnx package after 0.4.0 needs to be updated properly handle the resources, or will fail with the message below when the application finishes. I'm holding this update, for the moment.

@RogerBarreto we can fix the version to 0.4.0 to avoid automatic version updates if needed.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/dotnet/Microsoft.ML.OnnxRuntimeGenAI-0.5.1 branch November 20, 2024 09:51
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. Used by Dependabot. .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants