Skip to content

Commit 2f11331

Browse files
committed
style: format code with pre-commit hooks
Signed-off-by: Anionex <[email protected]>
1 parent 891b4cc commit 2f11331

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vllm_ascend/torchair/quantization/torchair_w8a8_dynamic.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,8 +777,10 @@ def get_perchannel_param(
777777
dtype=params_dtype)
778778
return params_dict
779779

780-
def get_pergroup_param(self, input_size: int, output_size: int,
781-
params_dtype: torch.dtype,
780+
def get_pergroup_param(self,
781+
input_size: int,
782+
output_size: int,
783+
params_dtype: torch.dtype,
782784
layer_type: Optional[str] = None) -> Dict[str, Any]:
783785
return {}
784786

0 commit comments

Comments
 (0)