-
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 quantizer * change diffusion test * install cpu torch * fix * fix only for qdq quantizer * fix past kv in old model * warn * assert text equal * Update optimum/onnxruntime/modeling_decoder.py Co-authored-by: Michael Benayoun <[email protected]> * use action to free disk * change input text * keep large packages * update python * test with original gpt2 tokenizer * test * run everything * Update tests/onnxruntime/test_modeling.py Co-authored-by: Ella Charlaix <[email protected]> * make old onnx model inference tests run in series as they modify the underlying model * my bad * compare optimum ort sd with diffusers onnx sd because they're the only ones using np random states * seperate ort test subsets to propagate each subsets' return code --------- Co-authored-by: Ella Charlaix <[email protected]> Co-authored-by: Michael Benayoun <[email protected]> Co-authored-by: Ella Charlaix <[email protected]>
- Loading branch information
1 parent
cbbda3e
commit fbbc408
Showing
5 changed files
with
131 additions
and
155 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
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