Skip to content

Commit

Permalink
fixed type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ProExpertProg committed Jul 31, 2024
1 parent 509ce0e commit 809c49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/_custom_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def cutlass_scaled_mm_azp(a: torch.Tensor,
b: torch.Tensor,
scale_a: torch.Tensor,
scale_b: torch.Tensor,
out_dtype: Type[torch.dtype],
out_dtype: torch.dtype,
azp_adj: torch.Tensor,
azp: Optional[torch.Tensor] = None,
bias: Optional[torch.Tensor] = None) -> torch.Tensor:
Expand Down

0 comments on commit 809c49e

Please sign in to comment.