Skip to content

Commit 0736f87

Browse files
committed
update
1 parent 6cf9a78 commit 0736f87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/quantization/quanto/test_quanto.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def test_training(self):
309309
for module in quantized_model.modules():
310310
if isinstance(module, LoRALayer):
311311
self.assertTrue(module.adapter[1].weight.grad is not None)
312-
self.assertTrue(module.adapter[1].weight.grad.norm().item() > 0)
313312

314313

315314
class FluxTransformerFloat8WeightsTest(FluxTransformerQuantoMixin, unittest.TestCase):

0 commit comments

Comments
 (0)