Add license to js sdk - #971
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Copilot started reviewing on behalf of
Baiju Meswani (baijumeswani)
August 10, 2026 23:45
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds MIT licensing metadata and terms to the JavaScript SDK package.
Changes:
- Declares the package license as MIT.
- Adds the MIT license text to the published package.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
sdk_v2/js/package.json |
Declares the MIT license. |
sdk_v2/js/LICENSE |
Adds the standard MIT license text. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Prathik Rao (prathikr)
approved these changes
Aug 10, 2026
Baiju Meswani (baijumeswani)
added a commit
that referenced
this pull request
Aug 11, 2026
Deeper windows-x64 EP investigation corrects the earlier F9 claim and confirms upstream fixes for F1 and F6. F9 (corrected): the RC DOES expose the WinML EPs. After download_and_register_eps() the catalog publishes 16 *-trtrtx-gpu + 18 *-openvino-gpu variants (catalog is EP-registration-filtered; the earlier enumeration ran before registration and wrongly reported none). NvTensorRTRTX runs REAL inference (qwen2.5-0.5b-instruct-trtrtx-gpu:2 -> 'Paris', load 9.0s/infer 1.58s) but only when onnxruntime-genai-cuda.dll (cuda-ep bundle) is on the DLL search path; out-of-box it fails Error 126 (native-loader gap, not a missing artifact). OpenVINO fails on the Intel Iris Xe allocator (VendorId:32902). CPU + CUDA + WebGPU all run out-of-box. There is no literal DirectML EP. Upstream-fix confirmations vs origin/main: - F1 fixed by PR #971 'Add license to js sdk' (main:sdk_v2/js/package.json has license MIT + tracked LICENSE) — NOT in releases/rel-2.0.0. - F6 fixed by PR #974 'C#: Automatically dispose the manager on process exit' (main:sdk_v2/cs/src/FoundryLocalManager.cs adds AppDomain.ProcessExit hook) — NOT in releases/rel-2.0.0. Both must be cherry-picked for GA. Updated FINDINGS.md (F9 rewrite, F1/F6 status, divergences, verdict, run-log rows), win-direct.json winml-dml record, regenerated STATUS_MATRIX.md + COMBINED_CHECKLIST.md. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 71428922-3a12-41cc-824c-88cbf403688b
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.