-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Phi-3.5-vision-instruct (#1094)
* Add slice tensor operator * Add slice unit test * Add support for Phi3V & Phi3.5V * Improve padding and use smart resizing * Formatting * Relax precision for musicgen test * Add interpolate upscale unit test * Move slice tensor op test * Fix `image_sizes` and `num_img_tokens` * Add phi3v image processing unit tests * Use ONNX slice op for improved performance * Fix phi3v image processing * Support passing parameters to phi3v processor call function * Update phi3v processor unit tests * Move phi3_v processor unit test to folder
- Loading branch information
Showing
16 changed files
with
765 additions
and
90 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.