Skip to content

Commit

Permalink
Update bitsandbytes/autograd/_functions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aarni Koskela <akx@iki.fi>
  • Loading branch information
matthewdouglas and akx authored Oct 31, 2024
1 parent 217cf8e commit b9cb5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitsandbytes/autograd/_functions.py
Original file line number Diff line number Diff line change
@@ -291,7 +291,7 @@ def forward(
B: torch.Tensor,
out=None,
bias: Optional[torch.Tensor] = None,
state: MatmulLtState = None,
state: Optional[MatmulLtState] = None,
):
state = state or MatmulLtState()

0 comments on commit b9cb5c9

Please sign in to comment.