Use ONNX Rewriter and IR to simplify the mnb_to_qdq pass #1482
Build #20241114.2 had test failures
Details
- Failed: 3 (3.45%)
- Passed: 62 (71.26%)
- Other: 22 (25.29%)
- Total: 87
- 4458 of 17571 line covered (25.37%)
Annotations
Check failure on line 352 in Build log
azure-pipelines / Olive CI
Build log #L352
Bash exited with code '2'.
Check failure on line 19 in Build log
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 / 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 / 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 / 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 / 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 / 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'