added git workflow for unittest#23
Open
quic-rishinr wants to merge 8 commits intoquic-rishinr:mainfrom
Open
Conversation
…on compile coverage (#873) This PR tightens the ONNX export path in modeling_qeff and updates quickcheck coverage. **Changes:** - Validate cached ONNX before reuse and re-export if the cached file is invalid. - Use instance-level transform names for hashing/metadata so export cache reflects the active transform set. - Only pass onnx_base_dir when ONNX transforms actually need external tensor data (FP16ClipTransform / SplitTensorsTransform), avoiding unnecessary tensor materialization in the default path. - Keep the lightweight onnx_transforms guard so external data is only loaded when a base dir is provided. **Tests**: - Removed the use_dynamo quickcheck case. - Added .compile(..., use_onnx_subfunctions=True) mocked compile-path coverage for all causal-LM quickcheck models. - Full quickcheck validation passed: - python -m pytest -q tests/test_model_quickcheck.py -n auto --------- Signed-off-by: vbaddi <vbaddi@qti.qualcomm.com> Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com> Co-authored-by: vbaddi <vbaddi@qti.qualcomm.com> Co-authored-by: Rishin Raj <rishinr@qti.qualcomm.com>
Updated the PR report to include charts --------- Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com> Co-authored-by: Hem Agnihotri <hemagnih@qti.qualcomm.com>
Support for Wan Image to video model Model card: "Wan-AI/Wan2.2-I2V-A14B-Diffusers" --------- Signed-off-by: vtirumal <vtirumal@qti.qualcomm.com>
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
fccd677 to
9dd01ea
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.