Unverified Commit b983ba35 authored by Enrique Shockwave's avatar Enrique Shockwave Committed by GitHub
Browse files

fix marlin config repr (#3414)

parent 54be8a0b
...@@ -47,7 +47,7 @@ class MarlinConfig(QuantizationConfig): ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment