You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install bitsandbytes will succeed at first on aarch64 because the distribution on PyPi has the any architecture.
However, the distributed library is built for x86_64, and this cannot work.
It would be expected that there is a pip distribution for each architecture supported by bitsandbytes.
jlinford, ji-huazhong, Titus-von-Koeller and gfouilhe