-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Windows and onnx dtype compatibility (#1886)
* fix pkv and audio * add t5 test * fix seq2seq * fix vision2seq tests as it seems to have had always outputed kv cache in torch format before * fix folder deletion on windows * fix temporary directory removal on windows * remove attention_mask creation as ORTModelForxxx's corresponding processors will create it * remove_directory utility function
- Loading branch information
1 parent
8b43dd2
commit aad4b8b
Showing
5 changed files
with
299 additions
and
485 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
Oops, something went wrong.