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 7d81a79 commit 05d780aCopy full SHA for 05d780a
src/llmcompressor/observers/min_max.py
@@ -145,7 +145,7 @@ def get_qparams_along_dim(
145
# convert negative dims
146
dim = [d if d >= 0 else observed.ndim + d for d in dim]
147
148
- # reduce all dimensions except the the one passed as argument to this function
+ # reduce all dimensions except the ones passed as argument to this function
149
reduce_dims = tuple(idx for idx in range(observed.ndim) if idx not in dim)
150
return self.calculate_qparams(
151
observed,
0 commit comments