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

Closed
wants to merge 6 commits into from

traversal

b39d69e
Select commit
Loading
Failed to load commit list.
Closed

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

traversal
b39d69e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Olive CI failed Nov 14, 2024 in 43m 46s

Build #20241114.2 had test failures

Details

Tests

  • Failed: 3 (3.45%)
  • Passed: 62 (71.26%)
  • Other: 22 (25.29%)
  • Total: 87
Code coverage

  • 4458 of 17571 line covered (25.37%)

Annotations

Check failure on line 352 in Build log

@azure-pipelines azure-pipelines / Olive CI

Build log #L352

Bash exited with code '2'.

Check failure on line 19 in Build log

@azure-pipelines azure-pipelines / Olive CI

Build log #L19

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 20 in Build log

@azure-pipelines azure-pipelines / Olive CI

Build log #L20

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 19 in Build log

@azure-pipelines azure-pipelines / Olive CI

Build log #L19

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in test.unit_test.passes.onnx.test_mnb_to_qdq

@azure-pipelines azure-pipelines / Olive CI

test.unit_test.passes.onnx.test_mnb_to_qdq

collection failure
Raw output
ImportError while importing test module '/mnt/vss/_work/1/s/test/unit_test/passes/onnx/test_mnb_to_qdq.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test/unit_test/passes/onnx/test_mnb_to_qdq.py:14: in <module>
    from olive.passes.onnx.mnb_to_qdq import MatMulNBitsToQDQ
olive/passes/onnx/mnb_to_qdq.py:10: in <module>
    import ml_dtypes
E   ModuleNotFoundError: No module named 'ml_dtypes'

Check failure on line 1 in test.unit_test.passes.onnx.test_mnb_to_qdq

@azure-pipelines azure-pipelines / Olive CI

test.unit_test.passes.onnx.test_mnb_to_qdq

collection failure
Raw output
ImportError while importing test module '/mnt/vss/_work/1/s/test/unit_test/passes/onnx/test_mnb_to_qdq.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test/unit_test/passes/onnx/test_mnb_to_qdq.py:14: in <module>
    from olive.passes.onnx.mnb_to_qdq import MatMulNBitsToQDQ
olive/passes/onnx/mnb_to_qdq.py:10: in <module>
    import ml_dtypes
E   ModuleNotFoundError: No module named 'ml_dtypes'

Check failure on line 1 in test.unit_test.passes.onnx.test_mnb_to_qdq

@azure-pipelines azure-pipelines / Olive CI

test.unit_test.passes.onnx.test_mnb_to_qdq

collection failure
Raw output
ImportError while importing test module 'D:\a\_work\1\s\test\unit_test\passes\onnx\test_mnb_to_qdq.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\hostedtoolcache\windows\Python\3.8.16\x64\lib\importlib\__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test\unit_test\passes\onnx\test_mnb_to_qdq.py:14: in <module>
    from olive.passes.onnx.mnb_to_qdq import MatMulNBitsToQDQ
olive\passes\onnx\mnb_to_qdq.py:10: in <module>
    import ml_dtypes
E   ModuleNotFoundError: No module named 'ml_dtypes'