Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit bea971c

Browse files
committed
remove commented code
1 parent a75c462 commit bea971c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/sparseml/modifiers/quantization/gptq/utils/gptq_wrapper.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -281,22 +281,3 @@ def free(self):
281281
"""
282282
delattr(self, "H")
283283
super().free()
284-
285-
286-
"""
287-
(Pdb) scale.shape
288-
torch.Size([4096, 32])
289-
(Pdb) self.layer.shape
290-
*** AttributeError: 'Linear' object has no attribute 'shape'
291-
(Pdb) self.layer.weight.shape
292-
torch.Size([4096, 4096])
293-
294-
295-
296-
(Pdb) scale.shape
297-
torch.Size([11008, 32])
298-
(Pdb) self.layer.weight.shape
299-
torch.Size([11008, 4096])
300-
301-
302-
"""

0 commit comments

Comments
 (0)