You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skipping tests/models/test_onnx.py as it requires onnxruntime:
______________________________________________
tests/models/test_onnx.py:17: in <module>
import onnxruntime
E ModuleNotFoundError: No module named 'onnxruntime'
__ ERROR collecting tests/models/test_onnx.py _________
ImportError while importing test module '/tests/models/test_onnx.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/lib/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/models/test_onnx.py:17: in <module>
import onnxruntime
E ModuleNotFoundError: No module named 'onnxruntime'
As of now a number of lightning and tests are being skipped. We can revisit these and see if some of these can be reenabled.
The text was updated successfully, but these errors were encountered: