Skip to content

Commit 9b96b09

Browse files
gemini fixes
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 73d1b3c commit 9b96b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llmcompressor/pytorch/utils/test_sparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self):
2121
self.fc1.quantization_scheme = QuantizationScheme(
2222
targets=["Linear"],
2323
weights=QuantizationArgs(
24-
num_bits=4,
24+
num_bits=8,
2525
type=QuantizationType.INT,
2626
group_size=128,
2727
strategy=QuantizationStrategy.GROUP,

0 commit comments

Comments
 (0)