Skip to content

fix: move VitisAI EP to last in ordering and fit catalog table width#763

Merged
DingmaomaoBJTU merged 2 commits into
mainfrom
qiowu/ux-fixes
May 27, 2026
Merged

fix: move VitisAI EP to last in ordering and fit catalog table width#763
DingmaomaoBJTU merged 2 commits into
mainfrom
qiowu/ux-fixes

Conversation

@DingmaomaoBJTU

Copy link
Copy Markdown
Collaborator

Summary

  • VitisAI EP ordering: Move VitisAIExecutionProvider to end of EP_SUPPORTED_DEVICES so it appears last in analyze --ep all output, since it is not yet fully supported.
  • Catalog table width: Set expand=False on both Table and Panel in _build_list_renderable so the catalog table fits its content width instead of stretching to the full terminal width.

…tent width

- Move VitisAIExecutionProvider to end of EP_SUPPORTED_DEVICES so it
  appears last in `analyze --ep all` output (not yet fully supported).
- Set expand=False on catalog Table and Panel so the table only takes
  as much width as its content requires instead of the full terminal.
@DingmaomaoBJTU DingmaomaoBJTU requested a review from a team as a code owner May 27, 2026 07:48
@DingmaomaoBJTU DingmaomaoBJTU merged commit f496fce into main May 27, 2026
9 checks passed
@DingmaomaoBJTU DingmaomaoBJTU deleted the qiowu/ux-fixes branch May 27, 2026 08:25
DingmaomaoBJTU added a commit that referenced this pull request Jun 5, 2026
…763)

## Summary
- **VitisAI EP ordering**: Move `VitisAIExecutionProvider` to end of
`EP_SUPPORTED_DEVICES` so it appears last in `analyze --ep all` output,
since it is not yet fully supported.
- **Catalog table width**: Set `expand=False` on both `Table` and
`Panel` in `_build_list_renderable` so the catalog table fits its
content width instead of stretching to the full terminal width.
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.

2 participants