Skip to content

Commit

Permalink
fix marlin config repr (vllm-project#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
qeternity authored Mar 14, 2024
1 parent 288df34 commit c1314c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/layers/quantization/marlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
self.perm_len = 1024

def __repr__(self) -> str:
return f"MarlinConfig(group_size={self.group_size}"
return f"MarlinConfig(group_size={self.group_size})"

@classmethod
def get_name(cls) -> str:
Expand Down

0 comments on commit c1314c1

Please sign in to comment.