Skip to content

Commit 409d1b5

Browse files
committed
fix style
Signed-off-by: Kyle Sayers <[email protected]>
1 parent e360562 commit 409d1b5

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/modifiers/quantization/gptq

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/quantization/gptq/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def resolve_actorder(existing):
137137
# user-provided value always attempts to override
138138
if existing is None or self.actorder == existing:
139139
return self.actorder
140-
140+
141141
# if existing provided and conflicts
142142
raise ValueError(
143143
"Cannot resolve activation ordering when both "

0 commit comments

Comments
 (0)