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 e360562 commit 409d1b5Copy full SHA for 409d1b5
src/llmcompressor/modifiers/quantization/gptq/base.py
@@ -137,7 +137,7 @@ def resolve_actorder(existing):
137
# user-provided value always attempts to override
138
if existing is None or self.actorder == existing:
139
return self.actorder
140
-
+
141
# if existing provided and conflicts
142
raise ValueError(
143
"Cannot resolve activation ordering when both "
0 commit comments