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 859a228 commit f9ae89fCopy full SHA for f9ae89f
tests/tests_pytorch/strategies/test_bagua_strategy.py
@@ -45,6 +45,7 @@ def test_bagua_default(tmpdir):
45
assert isinstance(trainer.strategy, BaguaStrategy)
46
47
48
+@pytest.mark.xfail(raises=AssertionError, reason="Internal error in Bagua") # Unexpected rsp=<Response [500]'
49
@RunIf(min_cuda_gpus=1, bagua=True)
50
def test_manual_optimization(tmpdir):
51
model = ManualOptimBoringModel()
0 commit comments