nit(transforms): Fix ONNX export reuse and expand causal LM subfunction compile coverage#873
Open
nit(transforms): Fix ONNX export reuse and expand causal LM subfunction compile coverage#873
Conversation
Signed-off-by: vbaddi <vbaddi@qti.qualcomm.com>
Signed-off-by: vbaddi <vbaddi@qti.qualcomm.com>
quic-rishinr
requested changes
Mar 18, 2026
added 2 commits
March 19, 2026 07:55
…form warning Signed-off-by: vbaddi <vbaddi@qti.qualcomm.com>
Adds a dedicated GitHub Actions workflow to run the quickcheck suite on every PR for faster regression visibility.
- New workflow: quickcheck.yml
- Triggers:
- pull_request
- workflow_dispatch (manual run)
- Job config:
- ubuntu-latest
- Python 3.10 via actions/setup-python@v5
- pip caching enabled
- timeout-minutes: 90
- concurrency cancellation enabled per PR/
ref
- Installs required deps:
- python -m pip install -e .[test]
- python -m pip install pytest-xdist
- Runs:
- python -m pytest -q tests/test_model_quickcheck.py -n auto
Signed-off-by: vbaddi <vbaddi@qti.qualcomm.com>
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.
This PR tightens the ONNX export path in modeling_qeff and updates quickcheck coverage.
Changes:
active transform set.
(FP16ClipTransform / SplitTensorsTransform), avoiding unnecessary tensor
materialization in the default path.
base dir is provided.
Tests:
causal-LM quickcheck models.