Skip to content

Commit 05d780a

Browse files
Update src/llmcompressor/observers/min_max.py
Co-authored-by: Brian Dellabetta <[email protected]>
1 parent 7d81a79 commit 05d780a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/observers/min_max.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def get_qparams_along_dim(
145145
# convert negative dims
146146
dim = [d if d >= 0 else observed.ndim + d for d in dim]
147147

148-
# reduce all dimensions except the the one passed as argument to this function
148+
# reduce all dimensions except the ones passed as argument to this function
149149
reduce_dims = tuple(idx for idx in range(observed.ndim) if idx not in dim)
150150
return self.calculate_qparams(
151151
observed,

0 commit comments

Comments
 (0)