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 7172c26 commit 9298e82Copy full SHA for 9298e82
src/llmcompressor/modifiers/transform/spinquant/base.py
@@ -78,7 +78,6 @@ class SpinquantRotation(Enum):
78
79
class SpinQuantModifier(Modifier):
80
rotations: List[SpinquantRotation] = Field(default_factory=lambda: ["R1", "R2"])
81
-
82
transform_type: Literal["hadamard", "random-hadamard", "random-matrix"] = Field(default="hadamard")
83
randomize: bool = Field(default=False)
84
learnable: bool = Field(default=False)
0 commit comments