Skip to content

Commit be2e98f

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bitsandbytes/research/autograd/_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ def backward(ctx, grad_output):
184184

185185
class SwitchBackBnb(torch.autograd.Function):
186186
@staticmethod
187-
# TODO: the B008 on the line below is a likely bug; the current implementation will
188-
# have each SwitchBackBnb instance share a single MatmulLtState instance!!!
189187
def forward(ctx, A, B, out=None, bias=None, state: Optional[MatmulLtState] = None):
190188
state = state or MatmulLtState()
191189

0 commit comments

Comments
 (0)