We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9305b05 commit 9657b98Copy full SHA for 9657b98
conftest.py
@@ -128,7 +128,7 @@ def pytest_collection_modifyitems(config, items):
128
129
requires_trainable_backend = pytest.mark.skipif(
130
backend() in ["openvino"],
131
- reason="Trainer not implemented for OpenVINO backend.",
+ reason="fit not implemented for OpenVINO backend.",
132
)
133
134
for item in items:
0 commit comments