Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Jul 1, 2024
1 parent a75c462 commit bea971c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/sparseml/modifiers/quantization/gptq/utils/gptq_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,22 +281,3 @@ def free(self):
"""
delattr(self, "H")
super().free()


"""
(Pdb) scale.shape
torch.Size([4096, 32])
(Pdb) self.layer.shape
*** AttributeError: 'Linear' object has no attribute 'shape'
(Pdb) self.layer.weight.shape
torch.Size([4096, 4096])
(Pdb) scale.shape
torch.Size([11008, 32])
(Pdb) self.layer.weight.shape
torch.Size([11008, 4096])
"""

0 comments on commit bea971c

Please sign in to comment.