Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the SDKs’ pinned ONNX Runtime (ORT) / ORT-GenAI native dependency versions used by the Rust, Python, and JS distributions, including moving GenAI packages off nightly/dev builds onto a stable NuGet feed.
Changes:
- Bump standard ORT pins to 1.24.4 and GenAI pins to 0.13.0 across Rust/JS/Python.
- Switch GenAI package sourcing from ORT-Nightly/dev builds to NuGet.org with stable package versions.
- Rename WinML GenAI package reference to
Microsoft.ML.OnnxRuntimeGenAI.Foundry(and update feed selection accordingly).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/rust/build.rs | Updates pinned ORT/GenAI versions and moves GenAI to NuGet.org; adjusts WinML GenAI package name. |
| sdk/python/requirements.txt | Bumps standard onnxruntime-core / onnxruntime-genai-core pins. |
| sdk/python/requirements-winml.txt | Bumps WinML onnxruntime-genai-core pin (ORT stays on 1.23.2.3). |
| sdk/js/script/install-standard.cjs | Bumps standard ORT/GenAI package versions and switches GenAI to NuGet.org stable. |
| sdk/js/script/install-winml.cjs | Switches WinML GenAI package name and pins GenAI to stable NuGet.org version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…or winml remains 1.23.2.3) (#595) - updates ort/ort-genai versions - updates core packaging to reflext new ort/ort-genai versions - removes useNightly from js sdk since we no longer need it NOTE: c# does not need updates since it gets dependencies transitively via Foundry Local Core --------- Co-authored-by: Prathik Rao <prathikrao@microsoft.com>
NOTE: c# does not need updates since it gets dependencies transitively via Foundry Local Core