fix marlin config repr (#3414)
This commit is contained in:
parent
54be8a0be2
commit
b983ba35bd
@ -47,7 +47,7 @@ class MarlinConfig(QuantizationConfig):
|
|||||||
self.perm_len = 1024
|
self.perm_len = 1024
|
||||||
|
|
||||||
def __repr__(self) -> str:
|
def __repr__(self) -> str:
|
||||||
return f"MarlinConfig(group_size={self.group_size}"
|
return f"MarlinConfig(group_size={self.group_size})"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_name(cls) -> str:
|
def get_name(cls) -> str:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user