Skip to content

Commit 9298e82

Browse files
committed
remove space
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 7172c26 commit 9298e82

File tree

1 file changed

+0
-1
lines changed
  • src/llmcompressor/modifiers/transform/spinquant

1 file changed

+0
-1
lines changed

src/llmcompressor/modifiers/transform/spinquant/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class SpinquantRotation(Enum):
7878

7979
class SpinQuantModifier(Modifier):
8080
rotations: List[SpinquantRotation] = Field(default_factory=lambda: ["R1", "R2"])
81-
8281
transform_type: Literal["hadamard", "random-hadamard", "random-matrix"] = Field(default="hadamard")
8382
randomize: bool = Field(default=False)
8483
learnable: bool = Field(default=False)

0 commit comments

Comments
 (0)