Skip to content

Conversation

@natke
Copy link
Contributor

@natke natke commented Jan 2, 2026

No description provided.

Copy link
Contributor

Copilot AI commented Jan 7, 2026

@natke I've opened a new pull request, #1936, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Contributor

Copilot AI commented Jan 7, 2026

@natke I've opened a new pull request, #1937, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits January 7, 2026 14:25
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants