-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Python: Upgrade Onnx Connector to use 0.9.0 #13162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Upgrade Onnx Connector to use 0.9.0 #13162
Conversation
Python Test Coverage Report •
Python Unit Test Overview
|
|||||||||||||||||||||||||||||||||||||||||||||
|
@nmoeller thanks for handling this. Looks like the uv.lock needs a local refresh, and a push upstream. |
|
@moonbox3 always happy to help here ! I pushed an updated |
|
@nmoeller there are some conflicts we should fix. |
Head branch was pushed to by a user without write access
|
@moonbox3 my branch is updated with the latest changes of main now. |
Motivation and Context
Fixes : #13001
Description
Package version 0.9.0 introduced very helpful methods like applying chat templates automatically from the tokenizer and also support for multi audio & image files.
This PR adds the following functionalities:
Samples
Text Sample with ONNX:

Image Sample with ONNX :

Contribution Checklist