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 b605e1a commit 91d40b8Copy full SHA for 91d40b8
tests/models/ernie4_5_moe/test_modeling_ernie4_5_moe.py
@@ -90,6 +90,7 @@ def test_flash_attn_2_equivalence(self):
90
assert torch.allclose(logits_fa, logits, atol=1e-2, rtol=1e-2)
91
92
# Ignore copy
93
+ @unittest.skip("TODO @ArthurZucker investigate later on")
94
def test_load_balancing_loss(self):
95
r"""
96
Let's make sure we can actually compute the loss and do a backward on it.
0 commit comments