Skip to content

Commit b9cb5c9

Browse files
matthewdouglasakx
andauthored
Update bitsandbytes/autograd/_functions.py
Co-authored-by: Aarni Koskela <[email protected]>
1 parent 217cf8e commit b9cb5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/autograd/_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def forward(
291291
B: torch.Tensor,
292292
out=None,
293293
bias: Optional[torch.Tensor] = None,
294-
state: MatmulLtState = None,
294+
state: Optional[MatmulLtState] = None,
295295
):
296296
state = state or MatmulLtState()
297297

0 commit comments

Comments
 (0)