Skip to content

Commit ed772cb

Browse files
codereview update
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 865a780 commit ed772cb

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
@@ -19,7 +19,7 @@ def __init__(self):
1919
self.relu = ReLU()
2020

2121
self.fc1.quantization_scheme = QuantizationScheme(
22-
targets=["Linear"],
22+
targets=["model.fc1"],
2323
weights=QuantizationArgs(
2424
num_bits=8,
2525
type=QuantizationType.INT,

0 commit comments

Comments
 (0)