Skip to content

Commit b36003f

Browse files
matthewdouglasakx
andauthored
Update bitsandbytes/functional.py
Co-authored-by: Aarni Koskela <[email protected]>
1 parent 35dbb2e commit b36003f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@ def batched_igemm(
23032303

23042304

23052305
@deprecated(
2306-
"igemmlt is deprecated and will be removed in a future release. " "Please use int8_linear_matmul instead.",
2306+
"igemmlt is deprecated and will be removed in a future release. Please use int8_linear_matmul instead.",
23072307
category=FutureWarning,
23082308
)
23092309
def igemmlt(

0 commit comments

Comments
 (0)