Skip to content

Commit 06b1658

Browse files
Merge pull request #38 from ModelTC/ttt
remove redundant code
2 parents 98b8ec2 + 885b088 commit 06b1658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llmc/compression/quantization/quarot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def block_transform(self, block):
9292
logger.info(f'block:{block}')
9393
logger.info(f'End transform the {self.block_idx+1}-th block')
9494

95-
9695
@torch.no_grad()
9796
def subset_transform(self, block, subset):
9897
prev_op = subset['prev_op']

0 commit comments

Comments
 (0)