non_sign_bits miscalculation in the function 'create_dynamic_map' in bitsandbytes/functional.py #1541
Labels
high priority
(first issues that will be worked on)
Low Risk
Risk of bugs in transformers and other libraries
I found a potential bug in the following line of code:
non_sign_bits = total_bits - (1 if signed else 1)
in create_dynamic_map in bitsandbytes/functional.py
The text was updated successfully, but these errors were encountered: