Skip to content

Commit

Permalink
Merge pull request #38 from ModelTC/ttt
Browse files Browse the repository at this point in the history
remove redundant code
  • Loading branch information
llmc-reviewer authored Aug 22, 2024
2 parents 98b8ec2 + 885b088 commit 06b1658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llmc/compression/quantization/quarot.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def block_transform(self, block):
logger.info(f'block:{block}')
logger.info(f'End transform the {self.block_idx+1}-th block')


@torch.no_grad()
def subset_transform(self, block, subset):
prev_op = subset['prev_op']
Expand Down

0 comments on commit 06b1658

Please sign in to comment.