Skip to content

Commit a98a184

Browse files
committed
fix
1 parent 3e72979 commit a98a184

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/quantization/torchao/test_torchao.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,6 @@ def test_memory_footprint(self):
450450

451451
# Will quantize all the linear layers except x_embedder
452452
for name, module in transformer_int4wo_gs32.named_modules():
453-
if name == "x_embedder":
454-
print(module)
455453
if isinstance(module, nn.Linear) and name not in ["x_embedder"]:
456454
self.assertTrue(isinstance(module.weight, AffineQuantizedTensor))
457455

0 commit comments

Comments
 (0)