Skip to content

Commit ad7f194

Browse files
Apply suggestion from @matthewdouglas
1 parent 10cf922 commit ad7f194

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
@@ -1031,7 +1031,7 @@ def create_normal_float_codebook(k: int, device=None) -> torch.Tensor:
10311031
from scipy.stats import norm
10321032
except ImportError as ie:
10331033
raise ImportError(
1034-
"Scipy is required for `create_normal_float_codebook`. Install `bitsandbytes` with the `[test]` extra.",
1034+
"Scipy is required for `create_normal_float_codebook`.",
10351035
) from ie
10361036

10371037
if device is None:

0 commit comments

Comments
 (0)