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 c376041 commit 89f4bd9Copy full SHA for 89f4bd9
test/collective/fleet/test_zero_bubble_utils.py
@@ -107,6 +107,8 @@ def test_zero_bubble_utils_no_bias(self):
107
o = splitbw_linear(input)
108
o.mean().backward()
109
110
+ np.testing.assert_equal(splitbw_linear.weight.grad, None)
111
+
112
zero_bubble_utils.WeightGradStore.flush()
113
zero_bubble_utils.WeightGradStore.pop()
114
0 commit comments