Skip to content

Commit eabf1f2

Browse files
another test fix
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 73b9775 commit eabf1f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/llmcompressor/pytorch/modifiers/pruning/sparsegpt/test_pytorch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,11 @@ def setUp(self):
9696
"symmetric": False,
9797
"strategy": "token",
9898
"dynamic": True,
99-
"kwargs": {},
10099
},
101100
"weights": {
102101
"num_bits": 4,
103102
"symmetric": True,
104103
"strategy": "channel",
105-
"kwargs": {},
106104
},
107105
}
108106
}

0 commit comments

Comments
 (0)