We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ee086 commit 72560d4Copy full SHA for 72560d4
src/compressed_tensors/quantization/lifecycle/initialize.py
@@ -105,7 +105,7 @@ def initialize_module_for_quantization(
105
module,
106
"input",
107
scheme.input_activations,
108
- observed_shape=(1, weight.shape[-1]),
+ observed_shape=weight.shape[-1:],
109
observed_dtype=weight.dtype,
110
force_zero_point=force_zero_point,
111
)
0 commit comments