Update README#1934
Merged
Merged
Conversation
baijumeswani
reviewed
Jan 5, 2026
apsonawane
reviewed
Jan 5, 2026
Contributor
Contributor
Addresses review feedback on #1934 to provide Windows-friendly command alternative for checking installed package version. **Changes:** - Added platform-specific commands in README.md for `pip list` filtering - Linux/Mac: `pip list | grep onnxruntime-genai` - Windows: `pip list | findstr "onnxruntime-genai"` The Windows command uses `findstr` instead of `grep` to maintain cross-platform compatibility in documentation. <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: natke <3302433+natke@users.noreply.github.com>
…L and Fara (#1937) Addresses feedback from PR #1934 to update the supported model architectures list in README.md. **Changes:** - Removed `Qwen25VLText` (superseded by Qwen-2.5VL which supports its functionality) - Added `Qwen-2.5VL` (vision-language model with 3D position embeddings) - Added `Fara` (vision-language model architecture) Models maintained in alphabetical order within the support matrix table. <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/microsoft/onnxruntime-genai/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: natke <3302433+natke@users.noreply.github.com>
baijumeswani
approved these changes
Jan 12, 2026
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.