Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ONNX Rewriter and IR to simplify the mnb_to_qdq pass #1482

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

traversal

b39d69e
Select commit
Loading
Failed to load commit list.
Draft

Use ONNX Rewriter and IR to simplify the mnb_to_qdq pass #1482

traversal
b39d69e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Nov 14, 2024 in 4s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 10 in olive/passes/onnx/mnb_to_qdq.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'ml_dtypes' is not used.

Check notice on line 146 in olive/passes/onnx/mnb_to_qdq.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable replace_mat_mul_n_bits is not used.