Update to ort 1.3.0.0 and genai to 0.16.0 - #1102
Open
Baiju Meswani (baijumeswani) wants to merge 4 commits into
Open
Update to ort 1.3.0.0 and genai to 0.16.0#1102Baiju Meswani (baijumeswani) wants to merge 4 commits into
Baiju Meswani (baijumeswani) wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Copilot started reviewing on behalf of
Baiju Meswani (baijumeswani)
September 13, 2026 08:30
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Unconditional Engine compilation can break older or local GenAI configurations; retain capability gating or add minimum-version validation.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates the SDK to ONNX Runtime 1.30.0 and GenAI 0.16.0, refreshing Engine, CUDA, and CI configuration.
Changes:
- Synchronizes dependency pins across SDKs, packaging, and pipelines.
- Enables Engine sources and tests unconditionally.
- Refreshes CUDA EP manifests, hashes, and Engine CI settings.
File summaries
| File | Summary |
|---|---|
sdk_v2/rust/deps_versions.json |
Synchronizes Rust dependency pins. |
sdk_v2/js/test/install-native.test.ts |
Updates installer version expectations. |
sdk_v2/deps_versions.json |
Updates canonical dependency pins. |
sdk_v2/cpp/test/internal_api/cuda_ep_bootstrapper_test.cc |
Refreshes CUDA manifest expectations. |
sdk_v2/cpp/test/CMakeLists.txt |
Includes Engine tests unconditionally. |
sdk_v2/cpp/src/inferencing/generative/genai_model_instance.h |
Removes conditional Engine declarations. |
sdk_v2/cpp/src/inferencing/generative/genai_model_instance.cc |
Enables unconditional Engine initialization. |
sdk_v2/cpp/src/inferencing/generative/chat/chat_session.cc |
Removes Engine availability guards. |
sdk_v2/cpp/src/ep_detection/cuda_ep_manifest.cc |
Updates CUDA bundle metadata and hashes. |
sdk_v2/cpp/CMakeLists.txt |
Builds Engine sources unconditionally; older or local GenAI overrides may fail to compile. |
.pipelines/v2/templates/stages-test-engine.yml |
Updates Engine CI dependencies. |
.pipelines/v2/templates/stages-sdk-v2.yml |
Passes the GenAI version to Engine tests. |
.pipelines/v2/sdk_v2-pipeline-plan.md |
Documents updated dependency versions. |
.pipelines/foundry-local-packaging.yml |
Updates packaging dependency variables. |
.github/instructions/cpp-ci-test-policy.instructions.md |
Updates Engine CI policy. |
Review details
- Files reviewed: 15/15 changed files
- Comments generated: 1
- Review effort level: Lite (auto)
Note
Copilot is running an experiment and ran this review at Lite.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Baiju Meswani (baijumeswani)
added this pull request to stack #1106
September 14, 2026 01:00
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.