Skip to content

Commit 7f6fb60

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

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
@@ -2011,7 +2011,7 @@ def gemv_4bit(
20112011
):
20122012
# sout = check_matmul(A, B, out, transposed_A, transposed_B, expected_type=A.dtype)
20132013
if state is None:
2014-
raise ValueError("state cannot None. gemv_4bit() requires the state from quantize_4bit()")
2014+
raise ValueError("state cannot be None. gemv_4bit() requires the state from quantize_4bit()")
20152015

20162016
if A.numel() != A.shape[-1]:
20172017
raise ValueError(

0 commit comments

Comments
 (0)