Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Aug 28, 2024
1 parent d3674ec commit 02176b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitblas/ops/general_matmul/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def forward(self, A, W, scale=None, zeros=None, bias=None, output=None) -> Any:
if bias is not None:
args.append(bias)
args.append(output)

if self.lib is None:
self._forward_from_torch_func(*args)
else:
Expand Down

0 comments on commit 02176b2

Please sign in to comment.